Event name listener list for ROI from draw rectangle/freehand/assisted etc
10 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm looking for a list of listener I can create for the draw function : https://www.mathworks.com/help/images/roi-creation-overview.html
I'm unable to find it, is there documentation about this or a code to access all the events I can follow ? For the moment I only know 'ROIMoved' but I would like to follow if a ROI is deleted and maybe more depending on the listener available
Thank you
edit : Ok I found a list of events : https://www.mathworks.com/help/images/ref/images.roi.freehand.html#mw_44f0c5ef-63e0-4fe2-a87f-d39e58225dc6
Is there more ?
0 个评论
采纳的回答
Payas Bahade
2020-5-29
Hi Aymeric,
Different ROI objects like rectangle, freehand, circle, polyline, etc. supports different events. You can add listeners for the events supported by that specific ROI object. To get list of all the ROI objects please refer this link. To get list of all the events supported by each ROI, navigate to the ‘Events’ section of each of the ROIs.
Hope this helps!
1 个评论
Fernando Zigunov
2022-8-28
This took me forever to find. The god-damned subsection "Events" is collapsed when you open the damn webpage. Why????
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!