pratham-agarwalla / Face-Detection

Face Detection using Open CV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face_Detection_Using_Open_CV


The aim of this project is to detect faces using Open Source Computer Vision (CV) Library for various purposes.

Library used:-


  • CV2

Importing cv2

About cv2

cv2 is the module import name for opencv-python, "Unofficial pre-built CPU-only OpenCV packages for Python".OpenCV has a function to read video, which is cv2. VideoCapture(). We can access our webcam using pass 0 in the function parameter. If you want to capture CCTV footage then we can pass RTSP url in the function parameter, which is really useful for video analysis.

Output:-


About

Face Detection using Open CV

License:MIT License


Languages

Language:Jupyter Notebook 100.0%