Reorganized user guide

This commit is contained in:
Maksim Shabunin
2015-05-13 18:42:31 +03:00
parent 3f91b0d340
commit 6d1cbc6458
13 changed files with 21 additions and 136 deletions

View File

@@ -85,7 +85,7 @@ Haar-cascade Detection in OpenCV
OpenCV comes with a trainer as well as detector. If you want to train your own classifier for any
object like car, planes etc. you can use OpenCV to create one. Its full details are given here:
[Cascade Classifier Training.](http://docs.opencv.org/doc/user_guide/ug_traincascade.html)
[Cascade Classifier Training](@ref tutorial_traincascade).
Here we will deal with detection. OpenCV already contains many pre-trained classifiers for face,
eyes, smile etc. Those XML files are stored in opencv/data/haarcascades/ folder. Let's create face