1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

doc: tutorial refactor

This commit is contained in:
Maksim Shabunin
2020-12-05 01:46:00 +03:00
parent 6fdb7aee84
commit 461e26b60b
263 changed files with 623 additions and 878 deletions
@@ -1,18 +0,0 @@
Object Detection (objdetect module) {#tutorial_table_of_content_objdetect}
===================================
Ever wondered how your digital camera detects peoples and faces? Look here to find out!
- @subpage tutorial_cascade_classifier
*Languages:* C++, Java, Python
*Compatibility:* \> OpenCV 2.0
*Author:* Ana Huamán
Here we learn how to use *objdetect* to find objects in our images or videos
- @subpage tutorial_traincascade
This tutorial describes _opencv_traincascade_ application and its parameters.