Click or drag to resize
SoMedianFilterProcessingKernelTypes Enumeration

Obsoletesince Open Inventor 9700 Only STANDARD will be supported.

Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum KernelTypes
Members
  Member nameValueDescription
SEPARABLE0

This mode specifies a separable kernel type.

In this mode, a 1D median filtering is performed successively on each axes. In this mode the parameter kernelMode is ignored.

Please note that the median is not a separable filter, this implementation has been initially provided for performance reason. The SEPARABLE mode is now deprecated and will be removed in the next major version. Use STANDARD mode.

STANDARD1

This mode specifies a full rectangular kernel type.

Remarks

See Also