maweigert / gputools

GPU accelerated image/volume processing in Python
BSD 3-Clause "New" or "Revised" License
108 stars 20 forks source link

transforms.roate not support? #18

Open cpp2016 opened 5 years ago

cpp2016 commented 5 years ago

when i use this api, it shows

"UserWarning: gputools.transform.affine: API change as of gputools>= 0.2.8: the inverse of the matrix is now used as in scipy.ndimage.affine_transform "gputools.transform.affine: API change as of gputools>= 0.2.8: the inverse of the matrix is now used as in scipy.ndimage.affine_transform""

and the performance has no advantages which means that transforms.rotate does not make use of gpu.

where i am wrong?