Ask Your Question
0

How to track side view of human face?

asked Oct 8 '13

CV_User gravatar image

Hi all; I new in cv area, I am using Viola-Jones boost cascade algorithm to track frontal view of the face. And I don't know how to track side view of the face? So can anybody help me, any code in Matlab? Regards;

Preview: (hide)

Comments

1

there's a profile-face lbpcascade. so if you're using CascadsClassifier ( not cvHaarClassifier ) in your program , all you need to do is switch the cascadefile

berak gravatar imageberak (Oct 8 '13)edit
1

the profile-face lbpcascade only detects faces rotated to the right --> flip image to detect left profile faces

1 answer

Sort by » oldest newest most voted
0

answered Oct 8 '15

NicoCarosio gravatar image

I think you need to train a new classifier.In the data base of positives samples you will add side faces. If you want to learn how to construct you own data base you can read this:

Theory:http://www.vision.caltech.edu/html-fi... https://en.wikipedia.org/wiki/Haar-li... https://en.wikipedia.org/wiki/Viola%E... https://en.wikipedia.org/wiki/AdaBoost https://youtu.be/_QZLbR67fUU?list=PLg...

Practical case:http://www.memememememememe.me/traini...

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Oct 8 '13

Seen: 3,218 times

Last updated: Oct 08 '13