Show image with dialog box for user input
조회 수: 14 (최근 30일)
이전 댓글 표시
I would like to show an image and user to use datatips and export the datatips and then run the subsequent code based on the exported datatips.
How to control the user input during this step and then proceed. Right now, I have a dialog box "Select two datatips" and imshow() but the code proceeds to run immediately after the imshow() command.
댓글 수: 1
Walter Roberson
2021년 10월 28일
I wonder if brushing might be more appropriate for your purposes ? https://www.mathworks.com/help/matlab/ref/matlab.graphics.interaction.internal.brush.html
답변 (1개)
Srijith Kasaragod
2021년 10월 28일
Hi Abhilash,
Once you display the image to user, you can use 'datacursormode' function to create a data cursor manager object for the current figure. Calling 'getCursorInfo' on this object returns a structure with one of the fields as the position of the selected datatip point on the image.
Regards.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!