UNPKG

opencv4nodejs-prebuilt

Version:

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

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