I am using the R2011a version! I am typing img_lab in the command line but i am still getting the error:
??? Error while evaluating uicontrol Callback
??? Index exceeds matrix dimensions.
Comment only
04 Nov 2012
Image processing laboratory
An application with an intuitive GUI that you can use for some image processing exercises.
I have tried with tif images and it works. Maybe your error it is due to the matlab version, which version do you use?
Remember that to run the application it is necessary to type "img_lab" into the command line ;)
Comment only
03 Nov 2012
Image processing laboratory
An application with an intuitive GUI that you can use for some image processing exercises.
When i run the gui, and i choose a photo(.tif) i took a message saying: Index exceeds matrix dimensions.
Error in ==> show_rgb at 16
img_r(:,:,2)=img(:,:,2).*0;
Is there any idea how to get rid of that problem?
Thank you in advance :)
To anyone trying to run the first example code associated with this image set, the syntax for montage is no longer correct. It should be:
montage(X,'displayrange',[]);
Comment only
09 May 2012
Image processing laboratory
An application with an intuitive GUI that you can use for some image processing exercises.
Comment only