フィルターのクリア

Angle display of binary image

2 ビュー (過去 30 日間)
NURUL AMIRA MHD RIZAL
NURUL AMIRA MHD RIZAL 2018 年 5 月 10 日
コメント済み: Image Analyst 2018 年 5 月 12 日
I have a binary image. My main problem is that, is it possible for me to set a specific place or point to display an angle? Example, I want to set arm and hip part to be display its angle. So, for the next image captured, it will automatically display the angle at the hip and arm spot. Someone help me please?
  1 件のコメント
Rik
Rik 2018 年 5 月 10 日
It might be possible to do this automatically, but it will be very difficult. Is it also good enough if the lines defining the angles are placed manually?

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2018 年 5 月 11 日
" is it possible for me to set a specific place or point to display an angle?" Yes. You didn't say that finding the endpoints was your problem, just setting the points to display - to display a line I guess. So, just specify the x and y coordinates and use line() or plot:
line([x1, x2], [y1, y2]);
  6 件のコメント
NURUL AMIRA MHD RIZAL
NURUL AMIRA MHD RIZAL 2018 年 5 月 12 日
Okayy. I will try using it. But how to make it automatically select?
Image Analyst
Image Analyst 2018 年 5 月 12 日

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by