our first challenge
| Date | |
|---|---|
| Tags | back-end |
| users | AbolfazlDanialYousef |
our first challenge is to figure out how does "Haar Cascade Object Detection" works
simple answer :
Python Programming TutorialsIn this OpenCV with Python tutorial, we're going to discuss object detection with Haar Cascades. We'll do face and eye detection to start. In order to do object recognition/detection with cascade files, you first need cascade files. For the extremely popular tasks, these already exist.https://pythonprogramming.net/haar-cascade-face-eye-detection-python-opencv-tutorial/

long answer :
we need to first learn the libraries and then figure out how does Haar Cascade files works , and then try to make our own Haar Cascade classifier , and then try to improve it