Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

506 B

Object Detection (objdetect module)

Ever wondered how your digital camera detects peoples and faces? Look here to find out!

  • @subpage tutorial_cascade_classifier

    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.