UNPKG

@autojs/opencv

Version:

Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API for Auto.js Pro.

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