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

