Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parisneo/handsanalyzer
A library based on mediapipe to analyze hands posture and gesture
https://github.com/parisneo/handsanalyzer
Last synced: 2 months ago
JSON representation
A library based on mediapipe to analyze hands posture and gesture
- Host: GitHub
- URL: https://github.com/parisneo/handsanalyzer
- Owner: ParisNeo
- License: mit
- Created: 2022-01-02T13:13:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T21:03:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T18:14:23.546Z (3 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# HandsAnalyzer
A library based on mediapipe to analyze hands posture and gesture.
# Examples
## OpenCv
Examples using opencv window to output stuff.
### hello_hands
A simple code to test the hands detection, showing if it is left or right hand and highliting the hands as well as determining the hand orientation based on the palm landmarks.
### fingers_counter
A code to count fingers for each hand in the image and returns the total count.
No neural nets used. Only simple geometry. So this code is very fast.
### hand_status
A code to get the hand status (closed, helf opened or opened)