Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/9prady9/imageconvolve

Qt app for previewing Image convolution. Uses CUDA for convolution.
https://github.com/9prady9/imageconvolve

c-plus-plus convolution cuda desktop-app qt

Last synced: 24 days ago
JSON representation

Qt app for previewing Image convolution. Uses CUDA for convolution.

Awesome Lists containing this project

README

        

ImageConvolution application performs convolvution operator on a given image.

Qt is used to design the front end of the application.

CUDA handles the convolution operation.

To peform convolution on a given image, carry out the below steps.
1) Click File->Open to open an image.
2) Click Convolve->Set Kernel to set the kernel for convolve operator
3) Click Convolve->Apply Kernel to convolve the input image with supplied kernel.
Once step 3 is carried out, the resultant convolved image will be shown.

You should be able to see the run times of each image on the task bar of the application window.