Overview | This example demonstrates how to apply spatial transformation (rotation, scale and translation) to an image, with linear interpolation, and how this can be achieved using `__kernel__` and `__device__` functions. | |
rotatescaletranslate | Rotates, scales and translates an input image |