From b3900c5dfebfe409dad48fdc7a294901c8960bfa Mon Sep 17 00:00:00 2001 From: Peter Entwistle Date: Mon, 19 Dec 2016 23:22:08 +0000 Subject: [PATCH] Fixed broken links in the cascade classifier tutorial --- .../objdetect/cascade_classifier/cascade_classifier.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.markdown b/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.markdown index 3953635193..6589a1c01a 100644 --- a/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.markdown +++ b/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.markdown @@ -18,9 +18,9 @@ Code ---- This tutorial code's is shown lines below. You can also download it from -[here](https://github.com/opencv/tree/master/samples/cpp/tutorial_code/objectDetection/objectDetection.cpp) +[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/objectDetection/objectDetection.cpp) . The second version (using LBP for face detection) can be [found -here](https://github.com/opencv/tree/master/samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp) +here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp) @include samples/cpp/tutorial_code/objectDetection/objectDetection.cpp Explanation