https://github.com/darshanakgr/meanfiltergpu
A gpu implementation of mean filter in CUDA
https://github.com/darshanakgr/meanfiltergpu
c cuda image-processing
Last synced: about 2 months ago
JSON representation
A gpu implementation of mean filter in CUDA
- Host: GitHub
- URL: https://github.com/darshanakgr/meanfiltergpu
- Owner: darshanakgr
- Created: 2019-07-07T02:51:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T02:56:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T08:27:05.538Z (over 1 year ago)
- Topics: c, cuda, image-processing
- Language: C
- Size: 1.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeanFilterGPU
A gpu implementation of mean filter in CUDA
## Dependecies
In order to read, resize, and save the image files, [SOD - An Embedded Computer Vision & Machine Learning Library](https://sod.pixlab.io/) was used.
## Compilation
```
nvcc mean_filter.cu -o mean_filter -w
```
## Execution
```
./mean_filter
```