SoLocalStatisticsProcessingStatisticalOperators Enumeration |
Namespace: OIV.ImageViz.Engines.ImageFiltering.TextureFilters
Member name | Value | Description | |
---|---|---|---|
MEAN | 0 | The MEAN type gives to pixels the mean value in its neighbourhood: . | |
VARIANCE | 1 | The VARIANCE type gives to pixels the variance value in its neighbourhood: . | |
SKEWNESS | 2 | The SKEWNESS type gives to pixels the skewness value in its neighbourhood: . | |
KURTOSIS | 3 | The KURTOSIS type gives to pixels the kurtosis value in its neighbourhood: . | |
CONTRAST | 4 | The CONTRAST type gives to pixels the contrast value in its neighbourhood: . | |
VARIATION | 5 | The VARIATION type gives to pixels the variation value in its neighbourhood: . | |
ENERGY | 6 | The ENERGY type gives to pixels the energy value in its neighbourhood in the reduced image: . | |
ENTROPY | 7 | The ENTROPY type gives to pixels the entropy of its neighbourhood in the reduced image: . See also: SoCrossCorrelationProcessing2d |