You are here: Start » FIL.NET » Invoke.SubtractHistograms
Subtracts two histograms bar by bar.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SubtractHistograms ( Fil.Histogram inHistogram1, Fil.Histogram inHistogram2, Fil.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram1 | Fil.Histogram | Input histogram1. | ||
![]() | inHistogram2 | Fil.Histogram | Input histogram2. | ||
![]() | outHistogram | Fil.Histogram | Output histogram. |


