Algorithm for histogram equalization implemented using CPU and GPU with CUDA.
- CPU version: implementation taken from San Askaruly / Histogram Equalization OpenCV C++ and opencv
- Naive GPU version using CUDA
- GPU version using CUDA with shared memory
- GPU version using CUDA with shared memory and optimizations
- histogram kernel taken from kevinzakka / learn-cuda
Further details are in the Documentation.
The applications are licensed under the MIT license.