vision.calibration.PatternDetector Class
Namespace: vision.calibration
Description
The vision.calibration.PatternDetector
class specifies the interface for
defining custom planar pattern detectors for the Camera
Calibrator and Stereo Camera Calibrator apps, as well as on the
MATLAB® command line.
To define a custom pattern detector, you must construct a class that inherits from the
vision.OpenPatternDetectorTemplate
class. This is an abstract class that
defines the methods and properties for detecting calibration pattern keypoints in the images,
invoked during the calibration process, and to generate corresponding points in the world
coordinates.
You can define a custom pattern detector for single camera calibration, starting with a template, by typing this command at the MATLAB prompt:
vision.OpenPatternDetectorTemplate("monocular")
vision.OpenPatternDetectorTemplate("stereo")
The vision.calibration.PatternDetector
class is a handle
class.
Properties
Methods
Version History
Introduced in R2021b
See Also
Apps
Functions
generateCircleGridPoints
|detectCircleGridPoints
|estimateCameraParameters
|detectCheckerboardPoints
|generateCheckerboardPoints