UNPKG

opencv4nodejs

Version:

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

9 lines (8 loc) 250 B
export class TrackerBoostingParams { readonly numClassifiers: number; readonly samplerOverlap: number; readonly samplerSearchFactor: number; readonly iterationInit: number; readonly featureSetNumFeatures: number; constructor(); }