Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Best Algorithms for Face Recognition Algorithm

Status
Not open for further replies.

adi0803199

Advanced Member level 4
Joined
Mar 23, 2013
Messages
101
Helped
16
Reputation
32
Reaction score
16
Trophy points
1,298
Activity points
1,900
I am planning to do my fourth year project on Image Processing.I have decided the topic as Face Recognition.I am new to Image Processing, please suggest easy and efficient algorithm to implement the project.
Thanks in Advance
 

Go to IEEE explore and you can get some ideas...

for starter read this...
 

Attachments

  • 13-ViolaJones.pdf
    820 KB · Views: 118
Hi adi0803199,

Sounds like an interesting project. I would start with using OpenCV - there is example on the Wiki that uses **broken link removed**.

I would approach you project in two phases, first design your algorithm using OpenCV running on your PC with a webcam. There is plenty of instructions and tutorials about how to get opencv installed and how to start developing.

In the second phase, I assume (because we are on EDABoard) that you want to port this algorithm onto a embedded processor, microcontroller or FPGA. This is where things get a bit difficult. You need to decide what sort of device you want to use, what sort of performance / accuracy is required for your project (i.e. integer, fixed point, floating point etc). By far the simplest way here would be to grab yourself a RaspberyPi and run your algorithm on that, it should require very little work to get that going and there is plenty of articles and blog posts on the net about it (**broken link removed**)
 
Are you wanting to do face recognition or just face detection?

Face recognition would also include identifying a face as that of a particular individual; e.g. picking them out of a crowd.
 
Thanks for the suggestion.It was very helpful.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top