/opencv

Sandbox to play around with OpenCV

Primary LanguagePython

OpenCV

A simple project to play around with OpenCV Facial Recognition

Description

Facial detection on static images and through a webcam

Getting Started

Dependencies

  • Python 3
  • OpenCV
  • jpeg
  • Webcam

Installing

Install all of the python dependencies using

pip3 install -r requirements.txt

Executing program

Using the face_detect.py on static images

python3 face_detect.py image.jpeg haarcascade_frontalface_default.xml

Using the webcam.py facial recognition

python3 webcam.py

Acknowledgments

I just ripped the code and followed these tutorials

Inspiration, code snippets, etc.