https://github.com/rishraks/blink_counter
This project uses MediaPipe FaceMesh and OpenCV to detect and count blinks in real-time. It identifies left-eye landmarks, calculates normalized distances to detect eye closure, and registers a blink only upon a complete open-close-open cycle. Ideal for applications like drowsiness detection and human-computer interaction.
https://github.com/rishraks/blink_counter
Last synced: 11 months ago
JSON representation
This project uses MediaPipe FaceMesh and OpenCV to detect and count blinks in real-time. It identifies left-eye landmarks, calculates normalized distances to detect eye closure, and registers a blink only upon a complete open-close-open cycle. Ideal for applications like drowsiness detection and human-computer interaction.
- Host: GitHub
- URL: https://github.com/rishraks/blink_counter
- Owner: rishraks
- License: mit
- Created: 2025-01-02T11:02:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T11:46:13.000Z (over 1 year ago)
- Last Synced: 2025-07-21T08:43:24.271Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blink_Counter
This project uses MediaPipe FaceMesh and OpenCV to detect and count blinks in real-time. It identifies left-eye landmarks, calculates normalized distances to detect eye closure, and registers a blink only upon a complete open-close-open cycle. Ideal for applications like drowsiness detection and human-computer interaction.