Click or drag to resize
SoNagaoFilterProcessing2dFilterTypes Enumeration

Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum FilterTypes
Members
  Member nameValueDescription
TSUJI0

This option to use Tsuji algorithm.

NAGAO71

This option to use Nagao algorithm with neighborhood of size 7.

NAGAO92

This option to use Nagao algorithm with neighborhood of size 9.

NAGMOD3

This option to use Nagmod algorithm.

Remarks