Skip to content

Railly/cuda-image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Filters with CUDA

These are the filters that were implemented with CUDA.

  1. Gaussian Blur
  2. Sharpen
  3. Sobel (Edge Detection)

Usage

To use the filters, you need a NVIDIA GPU with CUDA support.

Then run the following command inside src folder:

  # On Windows
  nvcc -o main.cu ./out/main.exe

Gaussian Blur

Gaussian Blur

Sharpen Filter

Sharpened Image

Sobel Filter (Edge Detection)

Edge Detected Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors