0

I am trying to extract mouth(lips) from images. What I did is this. I first extract faces from images and tried to detect mouth using haarcascade_mcs_mouth.xml. However, It keeps detecting other parts instead detecting mouth from the face. Is there any other way to detect mouth from face images?

eChung00
  • 633
  • 1
  • 12
  • 27

2 Answers2

0

To correctly detect mouth regions, you can try more advanced methods like the following one:

Several real examples can be seen from here.

Community
  • 1
  • 1
herohuyongtao
  • 49,413
  • 29
  • 133
  • 174
0

You can use some facial landmark detector such as Flandmark detector: http://cmp.felk.cvut.cz/~uricamic/flandmark/

Or STASM:

http://www.milbo.users.sonic.net/stasm/

GilLevi
  • 2,117
  • 5
  • 22
  • 38