Skip to content
Snippets Groups Projects
Commit b7f00d2f authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed WARNINGS in the documentation

parent c6bf04ae
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
Users Guide Users Guide
============= =============
:py:class:`bob.ip.base.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`).
The keypoints returned are, in this order: The keypoints returned are, in this order:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment