EasyImage::AnalyseHistogramBW16

Returns a floating-point statistical parameter extracted from a range of gray levels in an image histogram (most/least frequent value/frequency, min/max value, count, average, standard deviation).

Namespace: Euresys::Open_eVision

[C++]

float AnalyseHistogramBW16(
   EBWHistogramVector* histogram,
   Euresys::Open_eVision::EHistogramFeature operation,
   int minimumIndex,
   int maximumIndex
)

Parameters

histogram

Pointer to the histogram vector.

operation

Parameter to be computed, as defined by EHistogramFeature.

minimumIndex

Starting index of the gray-level range.

maximumIndex

Ending index of the gray-level range.

EasyImage.AnalyseHistogramBW16

Returns a floating-point statistical parameter extracted from a range of gray levels in an image histogram (most/least frequent value/frequency, min/max value, count, average, standard deviation).

Namespace: Euresys.Open_eVision

[C#]

float AnalyseHistogramBW16(
   Euresys.Open_eVision.EBWHistogramVector histogram,
   Euresys.Open_eVision.EHistogramFeature operation,
   int minimumIndex,
   int maximumIndex
)

Parameters

histogram

Pointer to the histogram vector.

operation

Parameter to be computed, as defined by EHistogramFeature.

minimumIndex

Starting index of the gray-level range.

maximumIndex

Ending index of the gray-level range.