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 | |
|---|---|---|---|---|
![]() |
inReference | Point3DGrid | Reference grid | |
![]() |
inPoints | Point3DGrid | Data points for which the RMSE will be computed. | |
![]() |
outRMSE | float | Root-mean-square error of distances between inPoints and inReference. |


