dltCoefficientRMSError {StereoMorph} | R Documentation |
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 |
Value
the mean RMS error from dltReconstruct
across all views.
Author(s)
Aaron Olsen
See Also
transformPlanarCalibrationCoordinates
,
dltReconstruct
,
dltCalibrateCameras
[Package StereoMorph version 1.6.7 Index]