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.

Automatic Face Recognition of a film Character

Status
Not open for further replies.

alak

Junior Member level 1
Joined
Jul 1, 2009
Messages
15
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,283
Location
India
Activity points
1,368
I have been alloted a project on Automatic Face Recognition of a film character using MATLAB as a part of my curriculum. I don't know from where to start. Can someone help me out ?????
 

Hi,

Its not an easy topic.

It's easy to write a program that can recognize frontal upright faces with moderate accuracy (%70 or so) but in your case you need an algorithm that can recognize faces regardless of the pose and illumination. There is no perfect solution to this problem yet.

You can start studying from here.

There are MATLAB codes for some of the simple face recognition algorithms in the mathworks web site.

In order to recognize faces you need to detect them first. There is a well known method for this, which is explained in a paper written by Viola-Jones. Just google it and you'll learn the details.

There is an implementation of that method in OpenCV. If you want to use MATLAB, there is also a port of it in the mathworks site here. I used both implementations and they worked great. You just need to find the appropriate xml files which contain the trained classifiers.

Regards...

PS: You should have posted this message to the Digital Signal Processing section, what does this topic have to do with "RF, Microwave, Antennas and Optics"?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top