maweigert / gputools

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

Allow passing in OCL arrays to affine transform #24

Closed jni closed 4 years ago

jni commented 4 years ago

This gives a massive speedup when repeatedly applying affine transformations to the same volume, as in the case of image registration. (See this commit on the skimage affine registration PR, which requires these changes.)