Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/9prady9/imageconvolve
- Owner: 9prady9
- Created: 2013-05-15T03:30:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T16:44:21.000Z (over 4 years ago)
- Last Synced: 2024-10-29T03:04:52.726Z (2 months ago)
- Topics: c-plus-plus, convolution, cuda, desktop-app, qt
- Language: Cuda
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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.