UrielCh / opencv4nodejs

ESM Nodejs bindings to OpenCV 3/4
MIT License
254 stars 51 forks source link

Implementing TrackerNano #164

Closed figamore closed 2 months ago

figamore commented 2 months ago

Would it be feasible to implement OpenCV's TrackerNano? I'm willing to implement it, but some pointers on which files to modify or add would be helpful. Would it be similar to how GOTURN was implemented?

UrielCh commented 2 months ago

I'm now updating the project to use N-API intead of Nan , I can not assit you rigth now.

figamore commented 2 months ago

Just implemented it on #165. Working great!

UrielCh commented 2 months ago

PR commented + test in progess

UrielCh commented 2 months ago

By the way CI failed.