https://github.com/addisonelliott/imageprocessing-fingercounter
ECE438 Image Processing Final Project - Count the number of fingers being held up given an image of a person's hand
https://github.com/addisonelliott/imageprocessing-fingercounter
image-processing opencv-python python-3 python3
Last synced: 11 months ago
JSON representation
ECE438 Image Processing Final Project - Count the number of fingers being held up given an image of a person's hand
- Host: GitHub
- URL: https://github.com/addisonelliott/imageprocessing-fingercounter
- Owner: addisonElliott
- License: mit
- Created: 2017-11-01T19:21:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T21:38:37.000Z (over 8 years ago)
- Last Synced: 2025-03-28T17:13:55.357Z (about 1 year ago)
- Topics: image-processing, opencv-python, python-3, python3
- Language: Python
- Homepage:
- Size: 23.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ECE438 - Image Processing Final Project
This project utilizes image processing techniques to identify the number of fingers a person is holding up for a given image. The image should contain one hand with 1 to 5 fingers being held up. If the person does not hold up any fingers, this will be incorrectly identified as 1 finger being held up. In the future, this algorithm could be extended to distinguish between 0 and 1 fingers.
To run the project, run *main.py* to start the GUI. Click to run algorithm on training or testing images.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details