Displaying a image of given pixel using GUI
1 回表示 (過去 30 日間)
古いコメントを表示
Hello...... Any one help me over this. Iam creating a GUI ,i want to give an input as (x,y) pixel values to an image .Output should display another figure ,i.e that "particular pixel of given image"
0 件のコメント
採用された回答
Image Analyst
2018 年 3 月 31 日
You might try
thePixel = impixel(yourImage, column, row);
imshow(thePixel, 'InitialMagnification', 1600);
or use a zoom scroll panel. See attached.
1 件のコメント
Image Analyst
2018 年 3 月 31 日
In advance of what? The code I gave you should work. What else do you need? If you need GUIDE help, see GUIDE Tutorial
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Display and Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!