Image Filtering
This category gathers filtering algorithms (for example, for denoising an image or enhancing its contrast).
- CudaBoxFilter2d: Smoothes an image with a box kernel. The calculations are performed on the GPU.
- CudaMedianFilter2d: Applies a median operator, which is a non-linear smoothing filter, on a two-dimensional image. The calculations are performed on the GPU.
For an introduction:
- section Image Filtering
- section Smoothing And Denoising