Click or drag to resize
SoLocalStatisticsProcessingStatisticalOperators Enumeration

Namespace: OIV.ImageViz.Engines.ImageFiltering.TextureFilters
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum StatisticalOperators
Members
  Member nameValueDescription
MEAN0

The MEAN type gives to pixels the mean value in its neighbourhood: .

VARIANCE1

The VARIANCE type gives to pixels the variance value in its neighbourhood: .

SKEWNESS2

The SKEWNESS type gives to pixels the skewness value in its neighbourhood: .

KURTOSIS3

The KURTOSIS type gives to pixels the kurtosis value in its neighbourhood: .

CONTRAST4

The CONTRAST type gives to pixels the contrast value in its neighbourhood: .

VARIATION5

The VARIATION type gives to pixels the variation value in its neighbourhood: .

ENERGY6

The ENERGY type gives to pixels the energy value in its neighbourhood in the reduced image: .

ENTROPY7

The ENTROPY type gives to pixels the entropy of its neighbourhood in the reduced image: .

See also: SoCrossCorrelationProcessing2d

Remarks