Introduction - If you have any usage issues, please Google them yourself
Convolution filtering is a technique that can be used for a wide array of image processing
tasks, some of which may include smoothing and edge detection. In this document we show
how a separable convolution filter can be implemented in NVIDIA CUDA and provide
some guidelines for performance optimizations.