Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UFTHaq/Motion-Capture-Leg-Limp-with-Python-OpenCV-MediaPipe
Limp Detection in Leg using OpenCV and MediaPipe with Motion Capture
https://github.com/UFTHaq/Motion-Capture-Leg-Limp-with-Python-OpenCV-MediaPipe
mediapipe-pose motion-capture opencv python
Last synced: 2 days ago
JSON representation
Limp Detection in Leg using OpenCV and MediaPipe with Motion Capture
- Host: GitHub
- URL: https://github.com/UFTHaq/Motion-Capture-Leg-Limp-with-Python-OpenCV-MediaPipe
- Owner: UFTHaq
- License: mit
- Created: 2023-11-11T13:36:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T03:13:44.000Z (12 months ago)
- Last Synced: 2024-11-14T15:05:59.135Z (2 days ago)
- Topics: mediapipe-pose, motion-capture, opencv, python
- Language: Jupyter Notebook
- Homepage:
- Size: 924 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub last commit](https://img.shields.io/github/last-commit/UFTHaq/Motion-Capture-Leg-Limp?style=for-the-badge)
![GitHub top language](https://img.shields.io/github/languages/top/UFTHaq/Motion-Capture-Leg-Limp?label=Python&logo=python&logoColor=white&style=for-the-badge)
![GitHub top language](https://img.shields.io/github/languages/top/UFTHaq/Motion-Capture-Leg-Limp?logo=Jupyter&style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/UFTHaq/Motion-Capture-Leg-Limp?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/UFTHaq/Motion-Capture-Leg-Limp?color=red&style=for-the-badge)# Motion Capture - Leg Limp
Limp Detection in Leg using OpenCV and MediaPipe with Motion CaptureThis project combines the power of OpenCV and MediaPipe with advanced motion capture techniques to create a robust system for real-time limp detection in the
leg. By integrating motion capture capabilities, the application achieves enhanced precision in identifying and analyzing irregularities in leg movement.If you consider this page is useful, please leave a star
## MediaPipe - Pose Landmark
## I. You need the videos
https://github.com/UFTHaq/Motion-Capture-Leg-Limp/assets/104829519/84dbb9bd-0af4-40f3-8cc3-2725bbdb9dd0
https://github.com/UFTHaq/Motion-Capture-Leg-Limp/assets/104829519/bca10186-cbb4-4c3b-89bd-026db75f3112
## II. Then, you capture the motion
Here is the visualize graphic about the leg range of motion data captured from the video
|Normal (right-left) leg|Limp (right-left) leg|
|:-:|:-:|
|| ||Normal (right) leg & Limp (right) leg|Normal (left) leg & Limp (left) leg|
|:-:|:-:|
|| |## III. Take Conclusion
In image Limp (right-left) leg, it can be observed that there is a significant difference in the range of motion between the left and right legs. From this, it can be assumed that there is a limp in the left leg. The range of motion angle in the left leg (red line) tends to be smaller than the range of motion angle in the right leg because, in the limping left leg, the joint tends to lock the angle to alleviate pain caused by excessive leg movement. The larger the range of motion angle, the more pronounced the perceived pain.
If you consider this page is useful, please leave a star