From 277c112abc3373dcd39cc838e83a802430f6c7ef Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 1 Jan 2014 19:48:48 -0500 Subject: [PATCH 1/3] updated docs --- docs/docs/imaging.xml | 8 ++++++++ docs/docs/main_menu.xml | 4 ++++ docs/docs/ml.xml | 3 +++ 3 files changed, 15 insertions(+) diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index e365890e1..026fb54d9 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -1024,6 +1024,7 @@ fhog_ex.cpp.html + fhog_object_detector_ex.cpp.html @@ -1468,6 +1469,9 @@ boxes. Therefore, this function is useful if you are training and object detector and your objects have a left/right symmetry. + + fhog_object_detector_ex.cpp.html + @@ -1811,6 +1815,9 @@ Since these HOG features have been shown to give superior performance. + + fhog_object_detector_ex.cpp.html + @@ -1935,6 +1942,7 @@

+ fhog_object_detector_ex.cpp.html object_detector_ex.cpp.html object_detector_advanced_ex.cpp.html train_object_detector.cpp.html diff --git a/docs/docs/main_menu.xml b/docs/docs/main_menu.xml index 347fd126e..dfe6176ab 100644 --- a/docs/docs/main_menu.xml +++ b/docs/docs/main_menu.xml @@ -262,6 +262,10 @@ FHOG_Feature_Extraction fhog_ex.cpp.html + + FHOG_Object_Detection + fhog_object_detector_ex.cpp.html + SURF surf_ex.cpp.html diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index feb3583e3..7363c71d2 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -1926,6 +1926,7 @@ Davis E. King. + fhog_object_detector_ex.cpp.html object_detector_ex.cpp.html object_detector_advanced_ex.cpp.html train_object_detector.cpp.html @@ -2809,6 +2811,7 @@ Davis E. King. dlib/svm/structural_svm_object_detection_problem_abstract.h This object is a tool for learning the parameter vector needed to use - a scan_image_pyramid, + a scan_fhog_pyramid, + scan_image_pyramid, scan_image_boxes, or scan_image_custom object.