help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

imresize and imshow


From: Ahsan Shahid
Subject: imresize and imshow
Date: Sat, 22 Feb 2014 03:50:47 +0500

Hi!
I have been trying to use imresize and show it using imshow. The problem is that the window size(in which it is being shown on) remains the same although the image gets resized using imresize command (  array values indicates this.) I have to manually resize the window to see the complete image using mouse .  Is there any solution for this problem?

Here is the code that I am using:
x = imread('rice.png');
y = imresize( x, 2);
imshow(x),figure, imshow(y)


Regards
Ahsan Ali Shahid

reply via email to

[Prev in Thread] Current Thread [Next in Thread]