UNPKG

opencv4nodejs

Version:

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

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