zoom tools in an image in GUI axes

4 ビュー (過去 30 日間)
xi
xi 2018 年 11 月 27 日
再開済み: Walter Roberson 2018 年 12 月 20 日
I want to show an image in an gui axes and enable the zoom in(out) functionalities of the image using the mouse, display the (X,Y) when hovering the mouse, etc.
What is the best way to achieve that?
I created an axes and use the following to display an image
h=imshow(Image,'Parent', handles.axes1);
  1 件のコメント
Jan
Jan 2018 年 11 月 27 日
What exactly do you want to do? Enable zoom functionality, which is done usually by pressing the magnifier icon? Where do you want to "display the (X, Y)" and what does this mean? What is "etc." exactly?

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2018 年 11 月 27 日
If you want, you can try the attached demo.

カテゴリ

Help Center および File ExchangeVisual Exploration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by