Face Detection through openCV
Simple and shortest Code for the face detection though OpenCV
Step1: Download XML file from here
Step2: Run this Code on Pycharm IDE, Anaconda spider, Jupiter notebook or Google collab
import cv2
# Load the cascade
face_cascade = cv2.CascadeClassi...
vatshayan.hashnode.dev1 min read