mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
542 B
542 B
Object Detection (objdetect module)
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.