Implemented a face detector using OpenCV.
Detect all the faces using your webcam.
numpy
opencv>=3.3.0
(Do you know you can install OpenCV using pip install opencv-contrib-python
? Check it out here )
python main_camera.py
TODO
Implemented a face detector using OpenCV.
Detect all the faces using your webcam.
numpy
opencv>=3.3.0
(Do you know you can install OpenCV using pip install opencv-contrib-python
? Check it out here )
python main_camera.py
TODO