opencv-js icon indicating copy to clipboard operation
opencv-js copied to clipboard

Tracker won't work

Open baobaoboa opened this issue 2 years ago • 1 comments

CODE

I simply tried a few codes:

// let tracker = cv.TrackerMIL(); // let tracker = cv.TrackerMIL.create();

both of these won't work. I also tried using:

// let tracker = cv.Tracker();

ERROR

techstark_opencv_js__WEBPACK_IMPORTED_MODULE_0_.TrackerMIL is not a function

note: I only included one error but they have the same errors which are not a function

baobaoboa avatar Nov 07 '23 05:11 baobaoboa

Try new cv.TrackerMIL().

ttt43ttt avatar Nov 07 '23 06:11 ttt43ttt