image thumbnail
from Edge Detection,Color Find,Maximum Color in Image User Interface by Imran Akthar
User interface for edge detection,cropping,color determintation.,Maximum Occurence of Color in a Ima

crop_image
function crop_image

global color_image;%color image
load color_image;
figure(2)
color_image=imcrop(color_image);
imshow(color_image);
save color_image;

Contact us at files@mathworks.com