Re: [Scilab-users] imrotate

2020-06-24 Thread Chin Luh Tan
Hi, the 3rd argument was actually for an older version of imrotate which the function is in pure Scilab script, however, it has not been used when we move to opencv implementation.  please make a report here : https://github.com/tanchinluh/IPCV so that we could put it into our future

[Scilab-users] imrotate

2020-06-24 Thread P M
Dear Experts, using imrotate() from IPCV-toolbox: imout = imrotate(im1,deg,crp) crp : Returns only central portion output image which is the same size as source if set to 1 My input image is 512x512 pixel. The output image shall be of the same size. For this I try crop = 1 and also crop = 0