Embedded MATLAB Face Recognition
I'm developing a MATLAB algorithm which has to be embeddable for a college project. The idea is face recognition in still images. And I'm not quite sure how I'm going to implement it. I'm still trying to figure out if I can convert it to HDL (which seems unlikely because images are represented by matrices) or generate embeddable C code.
The target is a Virtex2p FPGA so C code is certainly a possibility using the PowerPC but I don't know if the code generated by the emlc command is embeddable in such a target?
Any thoughts on the subject?