opencv_traincascade to js
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
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.
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 ?