CalibratePoints
The CalibratePoints function is used to compute transformations with correct perspective (linear) and lens (non-linear) distortions.
CalibratePoints Overview
CalibratePoints uses a reference to a set of calibration points and a lens distortion model to compute a transformation mapping between image and real-world coordinates. It can be used in any calibration tool which requires a Calib data structure as input.
CalibratePoints Inputs
| Parameter | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Calibration Points | Reference to a cell containing a CalibPoints data structure which will be used to construct the coordinate transform. | ||||||||||
| Lens Distortion |
The linear or non-linear lens distortion model to use in mapping real world to image coordinates.
|
||||||||||
| Timeout |
Specifies a length of time (milliseconds) to allow the CalibratePoints function to run. Function execution stops when the time out has been exceeded. Note: 0 disables the timeout feature.
|
CalibratePoints Outputs
|
Returns |
A Calib data structure which can be used as an input to any calibration tool requiring a transformation such as TransformImage, TransWorldToPixel, CalibrateImage, etc. |