You are here: Start » AVL.NET » Invoke.MinimumHistogram
Computes the minimum of two histograms bar by bar.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MinimumHistogram ( Avl.Histogram inHistogram1, Avl.Histogram inHistogram2, Avl.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram1 | Avl.Histogram | Input histogram1. | ||
![]() | inHistogram2 | Avl.Histogram | Input histogram2. | ||
![]() | outHistogram | Avl.Histogram | Output histogram. |


