SoBilateralFilterProcessingFilterModes Enumeration |
Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
Member name | Value | Description | |
---|---|---|---|
BILATERAL | 0 | ||
SUSAN | 1 | This mode allows user switching this filter to the Susan filter (Smallest Univalue Segment Assimilating Nucleus). Susan filter reproduces bilateral filter behavior simply excluding central voxel of computation. This filter gives better results in case of impulse noise. |