Landmark point detection
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.
The library dlib seems more appropriate for this task: http://dlib.net/face_landmark_detection.py.html.