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

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

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
```