You are here: Start » FIL.NET » Invoke.Point3DGridRMSE

Invoke.Point3DGridRMSE

Computes point-to-point RMSE between two point grids.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Point3DGridRMSE
(
	Fil.Point3DGrid inReference,
	Fil.Point3DGrid inPoints,
	out double outRMSE
)

Parameters

Name Type Range Default Description
inReferenceFil.Point3DGridReference grid.
inPointsFil.Point3DGridData points for which the RMSE will be computed.
outRMSEdoubleRoot-mean-square error of distances between inPoints and inReference.

See also