https://github.com/e-candeloro/python-vision-utils
A collection of different Python scripts/functions for Computer Vision (mainly using OpenCV)
https://github.com/e-candeloro/python-vision-utils
computer-vision dlib mediapipe opencv opencv-python python snippets utilities webcam-capture
Last synced: 5 months ago
JSON representation
A collection of different Python scripts/functions for Computer Vision (mainly using OpenCV)
- Host: GitHub
- URL: https://github.com/e-candeloro/python-vision-utils
- Owner: e-candeloro
- Created: 2022-05-03T19:39:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T10:39:12.000Z (about 3 years ago)
- Last Synced: 2025-02-17T16:51:49.598Z (8 months ago)
- Topics: computer-vision, dlib, mediapipe, opencv, opencv-python, python, snippets, utilities, webcam-capture
- Language: Jupyter Notebook
- Homepage:
- Size: 81.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python OpenCV Utils 👁️
A collection of different Python scripts/modules for Computer Vision (mainly using OpenCV) and other libraries (like mediapipe, dlib, ...)
Feel free to contribute! 😎
## Implemented functions
- Euler Angles to Rotation Matrix and vice-versa
- Some OpenCV utility functions (image resizing, dlib keypoints processing, ...)
- HandTracker module to track hand keypoints and compute useful metrics like keypoints position and hand aperture
- PoseDetector module to track pose keypoints## Showcase ✨
See the jupiter notebook included in this repo for some code examples### Pose Keypoints 🏃
Using the PoseDetectorModule.pyhttps://user-images.githubusercontent.com/67196406/169710056-bd5bb5d5-15fe-47d9-98a5-a52a90403ada.mp4
### Hand Keypoints and Aperture 👐
Using the HandTrackingModule.pyhttps://user-images.githubusercontent.com/67196406/169382148-e88d7cbb-b5ee-46ce-807f-32a89e8188dc.mp4