UNPKG

@autojs/opencv

Version:

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

9 lines (7 loc) 177 B
import { Point2 } from './Point2.d'; export class DetectionROI { readonly scale: number; readonly locations: Point2[]; readonly confidences: number[]; constructor(); }