Click or drag to resize
OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising Namespace

The Smoothing And Denoising category contains lowpass filters to reduce the contrast and soften the edges of objects in an image.

Classes
  ClassDescription
Public classSoBilateralFilterProcessing
Public classSoBoxFilterProcessing
Public classSoCurvatureDrivenDiffusionProcessing
Public classSoDespeckleProcessing
Public classSoFlowInpaintingProcessing
Public classSoGaussianBlurFilterProcessing
Public classSoMajorityFilterProcessing
Public classSoMedianFilterProcessing
Public classSoNagaoFilterProcessing2d
Public classSoNagaoFilterProcessing3d
Public classSoNonLocalMeansFilterProcessing
Public classSoRecursiveExponentialFilterProcessing
Public classSoSigmaFilterProcessing
Public classSoSNNFilterProcessing
Enumerations
Remarks

A lowpass filter lets low frequencies go through but attenuates high frequencies and noise. It reduces contrast but tends also to defocus the image.

For an introduction to image filters, see section Image Filters.