determine the angle of image

hello there, i have an image.. i want determine the angle of image. the image is like hand image. i want to determine the angle at the elbow of image hand. here, i attached the image for further understanding. everyone please help me to do this, thank you..

댓글 수: 3

Andrea
Andrea 2012년 5월 25일
Hi, I have a question for you. I have a same problem and I need to attach image to illustrate the problem much better. Can you please tell me how you attached your images in this page.
Image Analyst
Image Analyst 2012년 5월 25일
Put the image name in between double angle brackets., like <<http://whatever.png>>
Andrea
Andrea 2012년 5월 25일
Thanks.

댓글을 달려면 로그인하십시오.

답변 (1개)

Stephen
Stephen 2012년 5월 25일

0 개 추천

show the image somehow and use:
pos = ginput(3);
it will give you the option to chose three points on your image. click the forearm, the joint and the shoulder and then do the geometry of that triangle. something like acos(length1/length2) or something, you'll figure it out. Good luck!

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2012년 5월 24일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by