Dear developers of IPCV,
using the function   imrotate()   seems to increse the image size.
Please see following code:

img = zeros(10,10);imshow(img);size(img)img =
imrotate(img,90);imshow(img);size(img)

I could imagine that the image size changes, when one uses rotation angles
<> 90°.
But for exactly 90° this is a strange behaviour.

Best regards,
Philipp
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to