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!