tanchinluh / IPCV

Scilab Image Processing and Computer Vision Module
GNU General Public License v3.0
1 stars 1 forks source link

imrotate #1

Open PhilMuli opened 4 years ago

PhilMuli commented 4 years ago

imout = imrotate(im1,deg,crp)

crp functionality not supported since openCV implementation.

[...]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.[...]

It would be great if the "crp"-statement could be supported again.

tanchinluh commented 4 years ago

fixed crop issue