You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inReference | Fil.Point3DGrid | Reference grid. | ||
![]() | inPoints | Fil.Point3DGrid | Data points for which the RMSE will be computed. | ||
![]() | outRMSE | double | Root-mean-square error of distances between inPoints and inReference. |