Displaying a image of given pixel using GUI

1 visualización (últimos 30 días)
Sudeepini
Sudeepini el 31 de Mzo. de 2018
Comentada: Image Analyst el 31 de Mzo. de 2018
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"

Respuesta aceptada

Image Analyst
Image Analyst el 31 de Mzo. de 2018
You might try
thePixel = impixel(yourImage, column, row);
imshow(thePixel, 'InitialMagnification', 1600);
or use a zoom scroll panel. See attached.
  1 comentario
Image Analyst
Image Analyst el 31 de Mzo. de 2018
In advance of what? The code I gave you should work. What else do you need? If you need GUIDE help, see GUIDE Tutorial

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Display and Exploration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by