From 4c289dc1667be9daf1338f7c35aba01f765bc4e7 Mon Sep 17 00:00:00 2001 From: Ana Huaman Date: Mon, 15 Aug 2011 02:38:23 +0000 Subject: [PATCH] Slight update in objdetect...still to put Theory --- .../objdetect/cascade_classifier/cascade_classifier.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst b/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst index 06ba43a999..7dd36fb56a 100644 --- a/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst +++ b/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst @@ -121,14 +121,14 @@ Result #. Here is the result of running the code above and using as input the video stream of a build-in webcam: .. image:: images/Cascade_Classifier_Tutorial_Result_Haar.jpg - :align: middle + :align: center :height: 300pt Remember to copy the files *haarcascade_frontalface_alt.xml* and *haarcascade_eye_tree_eyeglasses.xml* in your current directory. They are located in *opencv/data/haarcascades* -#, This is the result of using the file *lbpcascade_frontalface.xml* (LBP trained) for the face detection. For the eyes we keep using the file used in the tutorial. +#. This is the result of using the file *lbpcascade_frontalface.xml* (LBP trained) for the face detection. For the eyes we keep using the file used in the tutorial. .. image:: images/Cascade_Classifier_Tutorial_Result_LBP.jpg - :align: middle + :align: center :height: 300pt