Hello,
I am working with a DSP (TMDXLCDK6748) and I want to work with the facedetect example which is in C6SDK. This example uses a OpenCV classifier for faces and I want to use another openCv classifier.
The problem is:
The facedetect example uses a openCV classifier in .h with a hexadecimal array. The other OpenCV classifiers are in .xml files.
If I want to use the OpenCv Classifier in the DSP, I need to export the file to a hexadecimal array in a .h.
How can I do this??
Thank you very much
Best Regard