Object for storing fisheye camera parameters
The fisheyeParameters
object is used to store fisheye
camera parameters. Use estimateFisheyeParameters
to estimate parameters using calibration
images.
returns an object that contains intrinsic and extrinsic parameters of a
fisheye camera. fisheyeParams
= fisheyeParameters(intrinsics
)intrinsics
must be a fisheyeIntrinsics
object. This syntax sets the
Intrinsics
property of the object.
configures the fisheyeParams
= fisheyeParameters(intrinsics
,Name,Value
)fisheyeParams
object properties using
one or more Name,Value
pair arguments. Enclose the
property name in single quotes. Unspecified properties have their default
values. For example, 'WorldUnits','m'
sets the world
units to 'm'
.
[1] Scaramuzza, D., A. Martinelli, and R. Siegwart. "A Toolbox for Easy Calibrating Omindirectional Cameras." Proceedings to IEEE International Conference on Intelligent Robots and Systems (IROS 2006). Beijing, China, October 7–15, 2006.
[2] Urban, S., J. Leitloff, and S. Hinz. "Improved Wide-Angle, Fisheye and Omnidirectional Camera Calibration." ISPRS Journal of Photogrammetry and Remove Sensing. Vol. 108, 2015, pp.72–79.
estimateFisheyeParameters
| fisheyeIntrinsics
| showExtrinsics
| showReprojectionErrors
| undistortFisheyeImage