Embedded MATLAB Face Recognition

EE2obe

EE2obe

@ee2obe-FFhETN Oct 23, 2024
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?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • sauravgoswami

    sauravgoswami

    @sauravgoswami-UAfTlI Nov 10, 2008

    well,wat u can do is compare pixel by pixel it will increase your percentage of face recognition
  • hanaa

    hanaa

    @hanaa-Yg2oKk Apr 13, 2009

    Hi everyone

    How do you detect facial features using template matching? I'm doing face recognition

    I'll be very grateful for your help. Thanks! 😀