mompes / CUDA-dilation-and-erosion-filters
A CUDA implementation of the dilation and erosion filters showing several optimizations to speed up the processing.
☆43Updated 9 years ago
Alternatives and similar repositories for CUDA-dilation-and-erosion-filters:
Users that are interested in CUDA-dilation-and-erosion-filters are comparing it to the libraries listed below
- Fastest CPU (AVX/SSE) RGB to grayscale: 2-4x faster than OpenCV. For image processing/computer vision.☆90Updated 3 years ago
- some filters (boxfilter, fast bilateral filter, fast guided filter and permutohedral bilateral filter)☆55Updated 3 years ago
- implement fast deblurring algorithm in C++ OpenCV and FFTW☆20Updated 7 years ago
- C++ Implementation of the Adaptive Wiener Filter (Based on Opencv Library)