Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Relations » TestHistogramDominatesHistogram
TestHistogramDominatesHistogram
Checks whether values in the first histogram are greater or equal than corresponding values in the second histogram
Syntax
C++
C#
void avl::TestHistogramDominatesHistogram ( const avl::Histogram& inHistogram1, const avl::Histogram& inHistogram2, bool& outDominates )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram1 | const Histogram& | Input histogram1 | |
![]() |
inHistogram2 | const Histogram& | Input histogram2 | |
![]() |
outDominates | bool& |
Errors
| Error type | Description |
|---|---|
| DomainError | Input histograms formats are not the same in TestHistogramDominatesHistogram. |


