inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

TLD a.k.a predator algorithm #8

Closed bkw closed 11 years ago

bkw commented 11 years ago

Awesome Library, thanks a lot!

I was just wondering if there are any plans on implementing the TLD (a.k.a. predator) algorithm? There are several implementations floating around, notably OpenTLD and CCV ( http://libccv.org/doc/doc-tld/) Since I used your optical flow with great succes, I would love to see jsfeat support tld as well.... Any chance?

inspirit commented 11 years ago

TLD requires more then 100ms to run on 320x240 frame in native C/C++ code. whats the point in porting it to JS that is no doubt a lot slower than native code?

bkw commented 11 years ago

You may be right. If such an implementation would exist, I'd still give it a try. 5 fps on a downscaled canvas might still be enough I thought. Anyway - Thanks for considering it and keep up the good work!