/Computer-vision

Python code using computer vision to detect if there is a human on a photo or not, to process the image I use a haarcascade made by Intel

Primary LanguagePython

computer-vision

Python code using computer vision to detect if there is a human on a photo

I use OpenCV, to install OpenCV on Windows10 I use this command line in CMD : pip install opencv-python

The haar cascade I use come from the OpenCV Github directory https://github.com/opencv/opencv/tree/master/data/haarcascades