Reading Live Web-Cam Video Stream | Real Time Face Detection in OpenCV with Python p. 1

In this tutorial series, we will do real time face detection and face recognition. Face detection will include detection of face, eyes, nose and mouth by using Haar Cascade in OpenCV with Python. Face Recognition will include training our very own classifier to recognize a face. How to install OpenCV https://stackoverflow.com/questions/42994813/installing-opencv-on-windows-10-with-python-3-6-and-anaconda-3-6/45350358 https://stackoverflow.com/questions/23119413/how-do-i-install-python-opencv-through-conda Haar Cascade Classifiers […]