diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index 7a766c139..248861bdc 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -79,6 +79,7 @@
Object Detection + get_frontal_face_detector object_detector full_object_detection scan_image @@ -1879,6 +1880,21 @@ + + + + get_frontal_face_detector + dlib/image_processing/frontal_face_detector.h + dlib/image_processing/frontal_face_detector_abstract.h + + This function returns an object_detector that is + configured to find human faces that are looking more or less towards the camera. + It is created using the scan_fhog_pyramid + object. + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 9fb1b5f67..30fbf3642 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -1267,6 +1267,7 @@ +