You are here: Start » AVL.NET » AVS.ProfileDistance Method

AVS.ProfileDistance Method

Computes the [mean] square error between two profiles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileDistance
(
	AvlNet.Profile inProfile1,
	AvlNet.Profile inProfile2,
	AvlNet.DistanceMeasure inDistanceMeasure,
	out float outDistance
)

Parameters

Name Type Range Default Description
inProfile1AvlNet.ProfileFirst input profile.
inProfile2AvlNet.ProfileSecond input profile.
inDistanceMeasureAvlNet.DistanceMeasureMeasure of distance.
outDistancefloatOutput distance value.

Function Overrides

See also