Quasar > Samples > Simple kernel functions

Simple kernel functions

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.

See rotatescaletranslate.q


An overview of the different functions and classes:

OverviewThis 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.
rotatescaletranslateRotates, scales and translates an input image