How to update data from imdistline function?

2 ビュー (過去 30 日間)
rupam baruah
rupam baruah 2015 年 12 月 11 日
回答済み: Image Analyst 2015 年 12 月 12 日
In GUIDE , how is it possible to get the updated data (distance) from imdistline function by using 'addNewPositionCallback'. How it works? In my image when I tried to get the distance value it shows only one default value. It is not showing updated position value when the position of the line is changed.
Thanks

回答 (1 件)

Image Analyst
Image Analyst 2015 年 12 月 12 日
I would not mess with addNewPositionCallback. Just have a button for the user that says "Measure distance" and in that button's callback, just call imdistline() or improfile().

Community Treasure Hunt

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

Start Hunting!

Translated by