maweigert / gputools

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

New edge-mode parameter for affine transform #6

Closed tlambert03 closed 7 years ago

tlambert03 commented 7 years ago

Simple modification to allow gputools.transforms.transformations.affine to use other addressing-modes besides CLK_ADDRESS_CLAMP_TO_EDGE

maweigert commented 7 years ago

Thanks!