top of page


Domain: High Performance Computing using CUDA-C
Image Filters on GPU
In this project different types of image filters are designed on CPU and GPU using CUDA. Analysis of the execution for both was observed.
​
1. Sobel Filter (3 X 3 Kernels, 5 X 5 Kernels)
2. Average Filter
3. High Boost Filter
​
​
GitHub

Original Image

Sobel Filter

Average Filter

Boost Filter
bottom of page