フィルターのクリア

How to call the axes into push button in GUI?

1 回表示 (過去 30 日間)
Mohan Prasath Thirumalaisamy
Mohan Prasath Thirumalaisamy 2013 年 4 月 21 日
コメント済み: muhammad zulhelmy 2017 年 3 月 5 日
Hi, I have an input image and i have loaded into GUI using axes. my code
handles.input_image = double(rgb2gray(imread('Trial_image.jpg')));
axes(handles.in_image);
image(handles.input_image);
The variable name is handles.input_image and the tag name is handles.in_image.
when i call the tag name of the axes to get the image into the push button. it doesnt have the image. The variable has the image but how can i use it in the push button. any ideas? Thanks in advance

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 4 月 21 日
編集済み: Azzi Abdelmalek 2013 年 4 月 21 日
To display your image use
imshow(handles.input_image);
  5 件のコメント
oi oi
oi oi 2016 年 12 月 11 日
so, how it be solved?
muhammad zulhelmy
muhammad zulhelmy 2017 年 3 月 5 日
how can i copy data from axes2, then display to axes3 ??

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDisplay Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by