You are here: Start » FIL.NET » FIS.ProfileDistance Method

FIS.ProfileDistance Method

Computes the [mean] square error between two profiles.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfile1FilNet.ProfileFirst input profile.
inProfile2FilNet.ProfileSecond input profile.
inDistanceMeasureFilNet.DistanceMeasureMeasure of distance.
outDistancefloatOutput distance value.

Function Overrides

See also