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?
Asked
Active
Viewed 764 times
2 Answers
0
To correctly detect mouth regions, you can try more advanced methods like the following one:
- X. Zhu, D. Ramanan. Face Detection, Pose Estimation and Landmark Localization in the Wild Computer Vision and Pattern Recognition (CVPR) Providence, Rhode Island, June 2012. (Project page), (PDF Online available), (Source code)
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:

GilLevi
- 2,117
- 5
- 22
- 38