mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Fixed more broken links from previous tutorials
This commit is contained in:
parent
41f5a9cab9
commit
eb77bbd626
@ -118,17 +118,17 @@ Explanation
|
||||
Result
|
||||
======
|
||||
|
||||
#. Here it is:
|
||||
#. Here is the result of running the code above and using as input the video stream of a build-in webcam:
|
||||
|
||||
========== ==========
|
||||
|CCH| |CCLBP|
|
||||
========== ==========
|
||||
.. image:: images/Cascade_Classifier_Tutorial_Result_Haar.jpg
|
||||
:align: middle
|
||||
:height: 300pt
|
||||
|
||||
.. |CCH| image:: images/Cascade_Classifier_Tutorial_Result_Haar.jpg
|
||||
:align: middle
|
||||
:height: 200pt
|
||||
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*
|
||||
|
||||
.. |CCLBP| image:: images/Cascade_Classifier_Tutorial_Result_LBP.jpg
|
||||
:align: middle
|
||||
:height: 200pt
|
||||
#, 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
|
||||
:height: 300pt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user