2

I am looking for openCV trained xml files of Haar or LBP cascades for mouth detection on profile faces. Using the available existing LBP cascades, I am able to detect faces but I want to know the location of the mouth/lips as well. I have googled and could not find any file, which deals with mouth detection on profile faces. Most of the resources are available for frontal faces but not for profile faces.

TO add further, in my dataset all the subjects are facing towards the left side. I am aware of the following site which has many examples but does not include mouth/lips detection on profile faces. http://alereimondo.no-ip.org/OpenCV/34

Any help or link where I can find Haar/LBP trained xml file for mouth profile would be appreciated. Thanks.

1 Answers1

0

You can train your haar cascade classifier for profile faces. Please refers to this question, you'll find useful resources.

Roberto Manfreda
  • 2,345
  • 3
  • 25
  • 39