You are here: Start » AVL.NET » Invoke.ProfileDistance
Computes the [mean] square error between two profiles.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ProfileDistance ( Avl.Profile inProfile1, Avl.Profile inProfile2, Optional<Avl.Range> inRange, Avl.DistanceMeasure inDistanceMeasure, out float outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile1 | Avl.Profile | First input profile. | ||
![]() | inProfile2 | Avl.Profile | Second input profile. | ||
![]() | inRange | Atl.Optional<Avl.Range> | |||
![]() | inDistanceMeasure | Avl.DistanceMeasure | Measure of distance. | ||
![]() | outDistance | float | Output distance value. |