2014-11-27 20:39:05 +08:00
|
|
|
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
|
|
|
|
|
2018-06-08 02:14:16 +08:00
|
|
|
*Languages:* C++, Java, Python
|
|
|
|
|
2014-11-27 20:39:05 +08:00
|
|
|
*Compatibility:* \> OpenCV 2.0
|
|
|
|
|
|
|
|
*Author:* Ana Huamán
|
|
|
|
|
|
|
|
Here we learn how to use *objdetect* to find objects in our images or videos
|
2015-05-13 23:42:31 +08:00
|
|
|
|
|
|
|
- @subpage tutorial_traincascade
|
|
|
|
|
|
|
|
This tutorial describes _opencv_traincascade_ application and its parameters.
|