Point3DGridRMSE


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

Syntax

C++
C#
Python
 
def Point3DGridRMSE(
	inReference: Point3DGrid,
	inPoints: Point3DGrid,
	/
)
-> outRMSE: float

Parameters

Name Type Default Description
Input value inReference Point3DGrid Reference grid
Input value inPoints Point3DGrid Data points for which the RMSE will be computed.
Output value outRMSE float Root-mean-square error of distances between inPoints and inReference.