UNPKG

@autojs/opencv

Version:

Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API for Auto.js Pro.

11 lines (10 loc) 340 B
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(); }