Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid Fitting » Point3DGridRMSE

Point3DGridRMSE
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DPro |
Computes point-to-point RMSE between two point grids.
Syntax
C++
C#
void fil::Point3DGridRMSE ( const fil::Point3DGrid& inReference, const fil::Point3DGrid& inPoints, double& outRMSE )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inReference | const Point3DGrid& | Reference grid | |
![]() |
inPoints | const Point3DGrid& | Data points for which the RMSE will be computed. | |
![]() |
outRMSE | double& | Root-mean-square error of distances between inPoints and inReference. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input grid has no valid points in Point3DGridRMSE. |
DomainError | Input grid is empty inPoint3DGridRMSE. |