EHistogramFeature Enum

The various parameters that can be extracted from a histogram.

Namespace: Euresys::Open_eVision

EHistogramFeature_MostFrequentPixelValue
Value of the most frequent pixel.
EHistogramFeature_MostFrequentPixelFrequency
Frequency of the most frequent pixel.
EHistogramFeature_LeastFrequentPixelValue
Value of the least frequent pixel.
EHistogramFeature_LeastFrequentPixelFrequency
Frequency of the least frequent pixel.
EHistogramFeature_SmallestPixelValue
Smallest pixel value.
EHistogramFeature_GreatestPixelValue
Largest pixel value.
EHistogramFeature_PixelCount
Number of pixels.
EHistogramFeature_AveragePixelValue
Mean of the pixel values.
EHistogramFeature_PixelValueStdDev
Standard deviation of the pixel values.

EHistogramFeature Enum

The various parameters that can be extracted from a histogram.

Namespace: Euresys.Open_eVision

MostFrequentPixelValue
Value of the most frequent pixel.
MostFrequentPixelFrequency
Frequency of the most frequent pixel.
LeastFrequentPixelValue
Value of the least frequent pixel.
LeastFrequentPixelFrequency
Frequency of the least frequent pixel.
SmallestPixelValue
Smallest pixel value.
GreatestPixelValue
Largest pixel value.
PixelCount
Number of pixels.
AveragePixelValue
Mean of the pixel values.
PixelValueStdDev
Standard deviation of the pixel values.