How to track side view of human face?
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;
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
the profile-face lbpcascade only detects faces rotated to the right --> flip image to detect left profile faces