opencv_traincascade to js

asked 2014-02-06 03:04:08 -0600

updated 2014-02-06 03:11:05 -0600

berak gravatar image

Hi, I'd trained a logo that works pretty well on C using the facedetect sample. I'v convert it to a js format using the HAAR.js tool. But It did't work. Can anyone have an idea how to work it out?

Thanks

edit retag flag offensive close merge delete

Comments

Maybe take a look at this guys github page at the bottom of the page. He does exactly what you want. However, as far as I know javascript isn't officially supported by OpenCV, so where did you get that tool? I guess you need to direct your problems to the forum specific for that tool.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-02-06 04:19:46 -0600 )edit
1

it seems to be this tool ?

and no, opencv does not have a js api. but that does not seem to stop people reinventing something similar

so, maybe it's a problem about old / new cascade format ?

did you use the haar_training or the train_cascade tool ?

berak gravatar imageberak ( 2014-02-06 04:32:19 -0600 )edit