showExtrinsics
Visualize extrinsic camera parameters
Syntax
Description
showExtrinsics(
renders a 3-D
visualization of extrinsic parameters of a single calibrated camera or a calibrated stereo
pair. The function plots a 3-D view of the calibration patterns with respect to the camera. The
cameraParams
)cameraParams
input contains either a cameraParameters
,
fisheyeParameters
, or
a stereoParameters
object, which the estimateCameraParameters
or estimateFisheyeParameters
function returns.
The showExtrinsics function shows the 3-D view of the calibration pattern as a convex polygon containing all the detected keypoints of the pattern in the original calibration image.
showExtrinsics(
displays
visualization of the camera extrinsic parameters using the style specified
by the cameraParams
,view
)view
input.
showExtrinsics(___,
uses
additional options specified by one or more Name,Value
)Name,Value
pair
arguments, using any of the preceding syntaxes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a