A gpu implementation of mean filter in CUDA
In order to read, resize, and save the image files, SOD - An Embedded Computer Vision & Machine Learning Library was used.
nvcc mean_filter.cu -o mean_filter -w
./mean_filter <frame_size> <window_size>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A gpu implementation of mean filter in CUDA
In order to read, resize, and save the image files, SOD - An Embedded Computer Vision & Machine Learning Library was used.
nvcc mean_filter.cu -o mean_filter -w
./mean_filter <frame_size> <window_size>