UNPKG

opencv4nodejs-prebuilt

Version:

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

8 lines (7 loc) 193 B
export class TermCriteria { readonly type: number; readonly maxCount: number; readonly epsilon: number; constructor(); constructor(type: number, maxCount: number, epsilon: number); }