SoMedianFilterProcessingKernelTypes Enumeration |
Obsoletesince Open Inventor 9700 Only STANDARD will be supported.
Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
Member name | Value | Description | |
---|---|---|---|
SEPARABLE | 0 | 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. | |
STANDARD | 1 | This mode specifies a full rectangular kernel type. |