Back to Adaptive Vision Library website

You are here: Start » Function Reference » Histogram Basics

Histogram Basics

Select a function from the list below.

Icon Name Description Library
ConvertToCumulativeHistogram Computes the cumulative histogram of input histogram. Professional
CreateHistogram Creates the histogram of the array of real numbers. Professional
CreateUniformHistogram Creates an uniform histogram of desired parameters with common value of all bins. Professional
GetHistogramBin Returns the value of a single histogram bin. Professional
GetHistogramCorrespondingBin Selects a bin that the given value in the histogram domain falls into and returns the value of this bin. Professional
HistogramIndices Returns an array of histogram elements indices Professional
MakeHistogram Creates a histogram assuming given bin values. Professional
SetHistogramBin Sets the value of a single histogram bin. Professional
SetHistogramCorrespondingBin Selects a bin that the given value in the histogram domain falls into and sets the value of this bin. Professional
SkipEmptyDataHistogram Secures against domain errors caused by histograms representing empty data sets, e.g. just before the HistogramDataAverage filter is to be invoked. Professional
SkipEmptyHistogram Secures against domain errors caused by empty histograms, e.g. just before the HistogramAverage filter is to be invoked. Professional

Select Filter Equivalent below.

Icon Name Description Library
AvsFilter_AccessHistogram Returns individual fields of a histogram. Professional