detectCheckerboardPoints
Detect checkerboard pattern in image
Syntax
Description
Single Image Checkerboard Detection
[
detects the keypoints
of a checkerboard calibration pattern in a single image, a set of images, or
stereo image pairs. The function returns the detected points
imagePoints
,boardSize
]
= detectCheckerboardPoints(I
)imagePoints
, and dimensions of the checkerboard
boardSize
.
[
detects a checkerboard pattern in a set of input images, provided as an array of
file names.imagePoints
,boardSize
,imagesUsed
]
= detectCheckerboardPoints(imageFileNames
)
[
detects a checkerboard pattern in a set of input images, provided as an array of
grayscale or truecolor images.imagePoints
,boardSize
,imagesUsed
]
= detectCheckerboardPoints(images
)
Stereo Pair Checkerboard Detection
[
detects a checkerboard pattern in stereo pairs of images, provided as cell
arrays of file names.imagePoints
,boardSize
,pairsUsed
]
= detectCheckerboardPoints(imageFileNames1
,imageFileNames2
)
[
detects a checkerboard pattern in stereo pairs of images, provided as arrays of
grayscale or truecolor images.imagePoints
,boardSize
,pairsUsed
]
= detectCheckerboardPoints(images1
,images2
)
Optional Arguments
[
uses additional options specified by one or more imagePoints
,boardSize
,pairsUsed
]
= detectCheckerboardPoints(___,Name,Value
)Name,Value
pair arguments. Unspecified properties have default values.
Examples
Input Arguments
Output Arguments
References
[1] Geiger, A., F. Moosmann, O. Car, and B. Schuster. "Automatic Camera and Range Sensor Calibration using a Single Shot," International Conference on Robotics and Automation (ICRA), St. Paul, USA, May 2012.
Extended Capabilities
Version History
Introduced in R2014a