How to update data from imdistline function?
이전 댓글 표시
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
2015년 12월 12일
0 개 추천
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().
카테고리
도움말 센터 및 File Exchange에서 Build Interactive Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!