Le 29/04/2019 à 10:06, P M a écrit :
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
users@lists.scilab.org
https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users

Is the angle in degrees or radians ?

S.

--
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
http://www.utc.fr/~mottelet

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to