Back to Adaptive Vision Library website
		
	You are here: Start » Function Reference » Histogram Combinators
Histogram Combinators
Select a function from the list below.
| Icon | Name | Description | 
|---|---|---|
|  | AddHistograms | Adds two histograms bar by bar. | 
|  | AddHistograms_OfArray | Adds histograms of an array bar by bar. | 
|  | AddHistograms_OfLoop | Adds histograms appearing in consecutive iterations bar by bar. | 
|  | DifferenceHistogram | Computes histogram representing difference between corresponding bars of given histograms. | 
|  | DivideHistograms | Divides two histograms bar by bar. | 
|  | MaximumHistogram | Computes the maximum of two histograms bar by bar. | 
|  | MaximumHistogram_OfArray | Computes the maximum of histograms of an array bar by bar. | 
|  | MaximumHistogram_OfLoop | Computes the maximum of histograms appearing in consecutive iterations bar by bar. | 
|  | MinimumHistogram | Computes the minimum of two histograms bar by bar. | 
|  | MinimumHistogram_OfArray | Computes the minimum of histograms of an array bar by bar. | 
|  | MinimumHistogram_OfLoop | Computes the minimum of histograms appearing in consecutive iterations bar by bar. | 
|  | MultiplyHistograms | Multiplies two histograms bar by bar. | 
|  | MultiplyHistograms_OfArray | Multiply histograms of an array bar by bar. | 
|  | MultiplyHistograms_OfLoop | Multiply histograms appearing in consecutive iterations bar by bar. | 
|  | SubtractHistograms | Subtracts two histograms bar by bar. | 

