Learn R Programming

StereoMorph (version 1.6.7)

dltCoefficientRMSError: Returns the error during calibration coefficient optimization

Description

Returns the RMS error from dltReconstruct when optimizing the calibration coefficients. This function is called internally by dltCalibrateCameras.

Usage

dltCoefficientRMSError(p, coor.2d)

Arguments

p

a vector of the current, 11-parameter calibration coefficients.

coor.2d

a four-dimensional array of grid points passed from dltCalibrateCameras.

Value

the mean RMS error from dltReconstruct across all views.

See Also

transformPlanarCalibrationCoordinates, dltReconstruct, dltCalibrateCameras