OpenCVLogo

Computer Vision Proof of Detection projects that sets up how to use OpenCV’s library to create a webcam person-detection system, OpenCV Project GitHub Page

List of Detectors Used

  • haarcascade_eye.xml : detect eye features
  • haarcascade_frontalface_default.xml : detect full face features
  • haarcascade_smile.xml : detect a smile on a person