You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Combinators » FIL.DifferenceHistogram
Computes histogram representing difference between corresponding bars of given histograms.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DifferenceHistogram ( FilNet.Histogram inHistogram1, FilNet.Histogram inHistogram2, FilNet.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram1 | FilNet.Histogram | Input histogram1. | ||
![]() | inHistogram2 | FilNet.Histogram | Input histogram2. | ||
![]() | outHistogram | FilNet.Histogram | Output histogram. |
Description
The operation computes the absolute difference between histograms. That is, each bin of the resulting histogram equals the absolute value of difference between corresponding bins of the input histograms.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input histograms formats are not the same in DifferenceHistogram. |