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"

采纳的回答

Image Analyst
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
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 CenterFile Exchange 中查找有关 Display and Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by