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

Invoke.Point3DGridRMSE

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also