UNPKG

opencv4nodejs

Version:

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

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