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.
- CudaGaussianFilter3d: Applies a three-dimensional Gaussian filter using either a separable finite kernel.
- CudaAdaptiveManifoldNlmFilter: Smooths an image using an advanced edge preserving filter.
For an introduction:
- section Image Filtering
- section Smoothing And Denoising
© 2025 Thermo Fisher Scientific Inc. All rights reserved.