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!