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

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)

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.py

https://user-images.githubusercontent.com/67196406/169710056-bd5bb5d5-15fe-47d9-98a5-a52a90403ada.mp4

### Hand Keypoints and Aperture 👐
Using the HandTrackingModule.py

https://user-images.githubusercontent.com/67196406/169382148-e88d7cbb-b5ee-46ce-807f-32a89e8188dc.mp4