determine the angle of image
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Image Analyst
2012 年 5 月 25 日
Put the image name in between double angle brackets., like <<http://whatever.png>>
回答 (1 件)
Stephen
2012 年 5 月 25 日
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!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!