Embedded MATLAB Face Recognition
Hi everyone, this is my first post here and I'm quite excited I found this forum. I was looking for something like this for a long time and the members actually seem nice here 😎
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?
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?
0