You are here: Start » AVL.NET » Invoke.ProfileDistance

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
inProfile1Avl.ProfileFirst input profile.
inProfile2Avl.ProfileSecond input profile.
inRangeAtl.Optional<Avl.Range>
inDistanceMeasureAvl.DistanceMeasureMeasure of distance.
outDistancefloatOutput distance value.

See also