handles in gui

3 visualizaciones (últimos 30 días)
Siddharth Pande
Siddharth Pande el 23 de Abr. de 2012
mr image analyst still the problem is how to call two image handles for difference i am a newbie in gui so plz help in handles section, what i want is
1)i am loading an image
giving it the name as handles.image=image
2)showing it on axes1
3)taking that image for processing with average filter calling the image as image=handles.image
the o/p image is handles.image=image1
4)displaying that image on axes2
5)subtracting the image for which i m calling both the image image1=handles.image image=handles.image for that i have to call both the original image and the filtered image the o/p image is handles.image=image2 which i am using for histogram
can u help me in the codes
for get(),set();global declerations
  1 comentario
Walter Roberson
Walter Roberson el 23 de Abr. de 2012
Please do not use "image" as the name of a variable, as it is the name of the image() routine used to display images, which will likely cause you problems at some point.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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