EasyImage::CumulateHistogram

Cumulates histogram values in another histogram.

Namespace: Euresys::Open_eVision

[C++]

void CumulateHistogram(
   EBWHistogramVector* sourceVector,
   EBWHistogramVector* destinationVector
)

Parameters

sourceVector

Pointer to the source vector.

destinationVector

Pointer to the destination vector.

Remarks

Calling this function after EasyImage::Histogram allows you to compute the cumulative histogram of an image, i.e. the count of pixels below a given threshold value (instead of the count of pixels with a given gray value, as computed by EasyImage::Histogram).

EasyImage.CumulateHistogram

Cumulates histogram values in another histogram.

Namespace: Euresys.Open_eVision

[C#]

void CumulateHistogram(
   Euresys.Open_eVision.EBWHistogramVector sourceVector,
   Euresys.Open_eVision.EBWHistogramVector destinationVector
)

Parameters

sourceVector

Pointer to the source vector.

destinationVector

Pointer to the destination vector.

Remarks

Calling this function after EasyImage::Histogram allows you to compute the cumulative histogram of an image, i.e. the count of pixels below a given threshold value (instead of the count of pixels with a given gray value, as computed by EasyImage::Histogram).