Relations
Histogram - Dominates
Checks if every value in the current histogram is greater or equal to the corresponding value in the input histogram.
IN
| Name | Type | Description |
|---|---|---|
| InHistogram1 | Histogram | The input Histogram |
| InHistogram2 | Histogram | Input histogram. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutBool | Bool | true if the first histogram 'dominates' the second one, false otherwise. |
| Error | ErrorState | Gets the execution error message |