mirror of
https://github.com/opencv/opencv.git
synced 2025-07-23 04:52:54 +08:00
782 B
782 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.
-
@subpage tutorial_generalized_hough_ballard_guil
Detect an object in a picture with the help of GeneralizedHoughBallard and GeneralizedHoughGuil.
Languages: C++
Compatibility: > OpenCV 3.4
Author: Markus Heck