Image Filtering
This category gathers filtering algorithms (for example, for denoising an image or enhancing its contrast).
- CudaBoxFilter2d: Smoothes an image using a box kernel.
- CudaMedianFilter2d: Nonlinear filter smoothing a two-dimensional image with the median morphological operator.