From: ImageAnalyst on 5 Feb 2010 10:35 Sorry you're right - I didn't look closely enough. But I run it fine with no errors at all. Just add this code before the uiwait() and tell me if it doesn't work: % Resize it to 100 by 100 and display it. croppedImage = imresize (croppedImage, [100 100]); subplot(2, 2, 4); imshow(croppedImage, []); title('Cropped Image sized to 100 by 100'); It works fine for me
From: Marcus on 5 Feb 2010 20:50 yea its run perfectly thanks sir! i got some other thing wan to ask for your comment i already done my coding part and i cant post the image right here coz its image from casia! So do u mind if we can discuss through email. You can mail me at Marcus.lee8800(a)googlemail.com
First
|
Prev
|
Pages: 1 2 3 Prev: GUI, pausing/waiting for keystroke - out of sync Next: princomp function |