Landmark point detection

asked 2016-05-13 07:41:48 -0600

Is there any function in OpenCV detecting landmark points on faces (such as nose, chin, etc)? I already know the haarcascade for frontal face or eyes but I was wondering if there exists such other classifiers! I am especially looking for python functions.

edit retag flag offensive close merge delete

Comments

2

The library dlib seems more appropriate for this task: http://dlib.net/face_landmark_detection.py.html.

Eduardo gravatar imageEduardo ( 2016-05-13 08:52:15 -0600 )edit