How can I track the position of a hand fingers in a video?
조회 수: 14 (최근 30일)
이전 댓글 표시
Hello, I am working on a project about Parkinson disease, and I would like to know how to indentify and track the position of a hand fingers in a video. I tried using image segmentation to recognise the hand in the image and it worked but I don't know how to select an exact point on the finger and then track its exact position along the video. As you can see on the following images, the aim is to select a point in each finger and then track its position.
I also attach the video I want the fingers to be tracked, for anyone who wants to try to solve it.
Any help is very welcome. Thank you. Lecus.
댓글 수: 0
답변 (1개)
Yash Ubale
2018년 11월 13일
Hello,
The idea in your case is to detect motion if present, bertween consecutive video frames. Please follow the links below which could be useful.
How to Detect and Track Red, Green and Blue Colored Object in LIVE Video - https://www.mathworks.com/matlabcentral/fileexchange/40154-how-to-detect-and-track-red-green-and-blue-colored-object-in-live-video?focused=6513820&tab=function
Motion-Based Multiple Object Tracking - https://www.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html
Tracking and Motion Estimation - https://www.mathworks.com/help/vision/tracking-and-motion-estimation_bux2z5d.html
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!