フィルターのクリア

fix only one end of imline object

2 ビュー (過去 30 日間)
Yinan Xuan
Yinan Xuan 2018 年 8 月 24 日
コメント済み: Image Analyst 2018 年 8 月 24 日
I have checked the setConstrainedPosition feature, but it seems to only constrain both ends. What I want to achieve is to fix one end of imline object while leave the other end freely movable. Thanks in advance!

回答 (1 件)

Image Analyst
Image Analyst 2018 年 8 月 24 日
I don't think you can do that with imline(). What you'd have to do is to use the mouse move callback to erase the prior line and draw a new line, with line() not imline(), from the fixed point to the current point where the cursor is.
  2 件のコメント
Yinan Xuan
Yinan Xuan 2018 年 8 月 24 日
Thanks for your reply! However, in the case where there are two lines present at the same time. How can I choose which one to "drag" in your method?
Image Analyst
Image Analyst 2018 年 8 月 24 日
You have the current point. Then you can look up "point line distance" on the web for a formula. I'd move which ever line is closest to your current point.

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

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by