function crim = crop(im) % Crops the white part out of a surface image generated by Matlab. %crim = im(13:400,97:484,:); % For an image rotated 10 degrees, mid size. crim = im(127:675,202:750,:);