ndleah / python-mini-project

🙌 Welcome open-source Python mini-project contributions!
MIT License
3.17k stars 1.25k forks source link

Update main.py #299

Closed nehaandhare30 closed 2 months ago

nehaandhare30 commented 2 months ago

This project implements real-time face, eye, and body detection using OpenCV. It captures video from a webcam and processes the frames to detect and display bounding boxes around detected faces, eyes, and bodies. -Key changes made :

  1. Added Eye Detection
  2. Enhanced Detection Functions
  3. Command-Line Arguments
  4. Error Handling

Description

A short summary of what is included in your Pull Request.

Fixes #(issue_no)

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

Project

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

nehaandhare30 commented 2 months ago

I have made a changes in code, at early stage it only detect face but now it can detect eyes too