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.

Need Matlab code for Attribute classifier and Smile Classifier

Status
Not open for further replies.

Yasminaaa

Newbie level 3
Joined
Apr 26, 2013
Messages
3
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,302
Hello all :
as the Title said ,,, i'm warking in face recognition field,i will make recognition for faces ussing a new method known as ( Attribute and smile classifiers) i need a matlab code for this or for a part of this method
my steps is to
1- Extract features from a database of faces images
2-then input them into SVM ( support vector machine) for training and testing
Plz i need help , at least for the 1st step ( feature extraction) , the way they extract features in the paper i'm working with is as the following:
1st : i need to choose a pixel value type* RGB , HSV , Edge magnitude , or Edge Orrientation
2nd Normalization ( mean normalization & energy normalization ) will be done
3rd Aggregation ( using histogram or mean/variance)
Plz Help
best regards and Thanks in advance
 

hello yasminaa,
i am also using working on same project. i want to ask u that, fr clasifier, what method will u use? plz tell me........
 

I would suggest that you implement PHOG and classify it using SVM or other classifiers. Principle Component Analysis can give you a little less efficiency.

- - - Updated - - -

Yasmina, for face recognition you can simply use PCA algorithm. Anyway, if you are keen on doing the other way round, you should try implementing PHOG.
One advice: Working on RGB plane wouldn't give you suitable results. Try working on YCbCr model. It leads to better extraction.
Regards.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top