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 Library
AddHistograms Adds two histograms bar by bar. Professional
AddHistograms_OfArray Adds histograms of an array bar by bar. Professional
AddHistograms_OfLoop Adds histograms appearing in consecutive iterations bar by bar. Professional
DifferenceHistogram Computes histogram representing difference between corresponding bars of given histograms. Professional
DivideHistograms Divides two histograms bar by bar. Professional
MaximumHistogram Computes the maximum of two histograms bar by bar. Professional
MaximumHistogram_OfArray Computes the maximum of histograms of an array bar by bar. Professional
MaximumHistogram_OfLoop Computes the maximum of histograms appearing in consecutive iterations bar by bar. Professional
MinimumHistogram Computes the minimum of two histograms bar by bar. Professional
MinimumHistogram_OfArray Computes the minimum of histograms of an array bar by bar. Professional
MinimumHistogram_OfLoop Computes the minimum of histograms appearing in consecutive iterations bar by bar. Professional
MultiplyHistograms Multiplies two histograms bar by bar. Professional
MultiplyHistograms_OfArray Multiply histograms of an array bar by bar. Professional
MultiplyHistograms_OfLoop Multiply histograms appearing in consecutive iterations bar by bar. Professional
SubtractHistograms Subtracts two histograms bar by bar. Professional