An open API service indexing awesome lists of open source software.

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

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