[Scilab-users] IPCV - imrotate

P M p.muehlmann at gmail.com
Mon Apr 29 10:06:52 CEST 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190429/fd74c9e7/attachment.htm>


More information about the users mailing list