Draw a rectangle on an image in gui with mouse hover
古いコメントを表示
This question has two parts.
First I want to draw a rectangle on an image in gui only when the mouse hovers on the image. Secondly, if the user clicks the image execute some statements. Right now, I can only draw the rectangle on the image in following manner,
axes(handles.axes1);
[r,c,~]=size(Image);
rectangle('Position', [-2,-2,c+4,r+4],'EdgeColor','r');
3 件のコメント
Geoff Hayes
2019 年 1 月 11 日
Imran - do you want to click the mouse button (while the mouse pointer is over the image) and draw the rectangle from that location? What is the relationship between the mouse pointer and the rectangle?
Abdulllah
2019 年 1 月 11 日
Abdulllah
2019 年 1 月 11 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Graphics Performance についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
