face detection using haar cascade
In this tutorial, we’ll learn a very straight forward approach to implement real-time face detection using python with a free and open-source package OpenCV and a fast and light weight Haar Cascade algorithm. ➤ Full tutorial with code: https://thinkinfi.com/real-time-face-detection-using-python-with-haar-cascades/ ➤ Related Post: Real-time YOLO object detection using deep learning OpenCV https://thinkinfi.com/yolo-object-detection-using-python-opencv/ Train YOLO Custom object detection model in Windows GPU https://thinkinfi.com/train-yolo-custom-object-detection-model-in-windows-gpu/ YOLO object detection using deep learning OpenCV | Real-time https://thinkinfi.com/yolo-object-det... Most useful OpenCV functions to know for image analytics https://thinkinfi.com/basic-python-opencv-tutorial-function/