:py:class:`bob.ip.flandmark` detects 8 coordinates of important keypoints in **frontal** human faces.
:py:class:`bob.ip.flandmark` detects 8 coordinates of important keypoints in **frontal** human faces.
To properly work, the keypoint localizer requires the input of an image (of type ``uint8``, gray-scaled) and of a bounding box describing a rectangle where the face is supposed to be located in the image (see :py:meth:`bob.ip.flandmark.Flandmark.locate`).
To properly work, the keypoint localizer requires the input of an image (of type ``uint8``, gray-scaled) and of a bounding box describing a rectangle where the face is supposed to be located in the image (see :py:meth:`bob.ip.flandmark.Flandmark.locate`).
...
@@ -64,8 +64,11 @@ The code below shall detect most frontal faces in a provided image:
...
@@ -64,8 +64,11 @@ The code below shall detect most frontal faces in a provided image: