Track centroid of frames acquired from webcam using matlab
显示 更早的评论
I am acquiring frames from web cam and i need to track my hand in the frames. I guess simply tracking the centroid would help me track it. How do I do it? If simply finding centroid won't help, what is the other way?
1 个评论
Walter Roberson
2014-2-3
Why not find the centroid, remembering the previous centroid as well so you can track?
回答(2 个)
Image Analyst
2014-2-3
0 个投票
The Computer Vision System Toolbox has tracking capabilities. Look into it. http://www.mathworks.com/products/computer-vision/description5.html
ravi
2014-2-20
0 个投票
you can use skin color, vally points between fingers to detect hand in image
类别
在 帮助中心 和 File Exchange 中查找有关 Tracking and Motion Estimation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!