amarlearning/Finger-Detection-and-Tracking
A Python application that detects and tracks finger movement using histogram-based background subtraction with OpenCV.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This project implements real-time finger detection and tracking via a webcam. It uses a histogram-based approach to segment the hand from the background, applies thresholding and filtering techniques for background cancellation, and tracks finger position across video frames. The project is structured as a standalone Python script rather than a reusable library or framework.