opencv4nodejs-prebuilt
Version: 
Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.
11 lines (10 loc) • 340 B
TypeScript
export class TrackerMILParams {
  readonly samplerInitInRadius: number;
  readonly samplerSearchWinSize: number;
  readonly samplerTrackInRadius: number;
  readonly samplerInitMaxNegNum: number;
  readonly samplerTrackMaxPosNum: number;
  readonly samplerTrackMaxNegNum: number;
  readonly featureSetNumFeatures: number;
  constructor();
}