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