You are here: Start » AVL.NET » Invoke.HistogramDistance
Computes the numeric distance between two histograms.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void HistogramDistance ( Avl.Histogram inHistogram1, Avl.Histogram inHistogram2, Avl.DistanceMeasure inDistanceMeasure, out double outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram1 | Avl.Histogram | First input histogram. | ||
![]() | inHistogram2 | Avl.Histogram | Second input histogram. | ||
![]() | inDistanceMeasure | Avl.DistanceMeasure | Measure of distance. | ||
![]() | outDistance | double | Output distance value. |