UNPKG

opencv4nodejs-prebuilt

Version:

Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.

6 lines (5 loc) 120 B
export class DescriptorMatch { readonly queryIdx: number; readonly trainIdx: number; readonly distance: number; }