Hey all,
I use the facedetect code from the c6sdk with my Omap L138 custom board.
I know that by switching the "Haar Cascade Classifier" I can detect with the same code other stuff.
There are several sample cascade classifiers in the OpenCV package but I can't import them to the DSP core.
I tried using cvLoad but there is always something that going wrong.
Is there anyone who tried to do this?
Does anyone knows how to transform the opencv cascade XML to an Int array (like the cascade_buffer in the facedetect demo code)?
Appreciate the help.
Yoel