UNPKG

opencv4nodejs

Version:

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

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