Back to FabImage Library website
You are here: Start » Function Reference » Histogram » Histogram Relations » TestHistogramDominatesHistogram

TestHistogramDominatesHistogram
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Checks whether the values in the first histogram are greater or equal than corresponding values in the second histogram.
Syntax
C++
C#
void fil::TestHistogramDominatesHistogram ( const fil::Histogram& inHistogram1, const fil::Histogram& inHistogram2, bool& outDominates )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inHistogram1 | const Histogram& | Input histogram1 | |
![]() |
inHistogram2 | const Histogram& | Input histogram2 | |
![]() |
outDominates | bool& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input histograms formats are not the same in TestHistogramDominatesHistogram. |