[Scilab-users] IPCV - imrotate

Stéphane Mottelet stephane.mottelet at utc.fr
Tue Apr 30 08:44:05 CEST 2019


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 at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190430/a7f4643f/attachment.htm>


More information about the users mailing list