showReprojectionErrors
Visualize calibration errors
Syntax
Description
showReprojectionErrors(
displays a bar
graph that represents the calibration accuracy for a single camera, a stereo pair, a fisheye
camera, or a multi-camera system. For non-multi-camera systems, the bar graph shows the mean
reprojection error for each image. For multi-camera systems, the graph is divided into three
sub-plots, displaying the mean reprojection error per image, per view, and per camera. A view
represents a specific position where the calibration pattern is observed by the cameras. The
cameraParams
)cameraParams
object contains one of:
cameraParameters
orstereoParameters
object which theestimateCameraParameters
function returns.fisheyeParameters
or object which theestimateFisheyeParameters
function returns.multiCameraParameters
object which theestimateMultiCameraParameters
function returns.
showReprojectionErrors(
displays the reprojection errors using the visualization style specified by the
cameraParams
,viewStyle
)viewStyle
input. The viewStyle
argument is not
supported for a multi-camera system.
showReprojectionErrors(___,
specifies options using one or more name-value arguments in addition to any combination of
arguments from previous syntaxes. For example, Name=Value
)HighlightIndex = [1,4]
sets
the highlight patterns to 1 and 4.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2014a
See Also
Apps
Functions
estimateMultiCameraParameters
|plotCamera
|estimateCameraParameters
|showExtrinsics
|undistortImage
|detectCheckerboardPoints
|generateCheckerboardPoints
|patternWorldPoints
|detectPatternPoints