fisheyeIntrinsics
Object for storing intrinsic fisheye camera parameters
Description
The fisheyeIntrinsics
object stores the camera
intrinsics for a fisheye camera. See fisheyeParameters
for details on other fisheye parameters.
Creation
Syntax
Description
returns a intrinsics
= fisheyeIntrinsics(mappingCoeffs
,imageSize
,distortionCenter
)fisheyeIntrinsics
object with the specified
[a0 a2 a3 a4]
polynomial coefficients, image size,
and center of distortion. These input arguments are assigned directly to the
corresponding properties of the object. See fisheyeParameters
for more details.
additionally specifies a 2-by-2 transformation matrix that describes the
alignment between the sensor plane and the image plane. The default value is
an identity matrix.intrinsics
= fisheyeIntrinsics(___,stretchMatrix
)
Properties
Examples
References
[1] Scaramuzza, D., A. Martinelli, and R. Siegwart. "A Toolbox for Easy Calibrating Omnidirectional 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.
Extended Capabilities
Version History
Introduced in R2017b
See Also
Functions
Objects
Topics
- Fisheye Calibration Basics
- Configure Monocular Fisheye Camera (Automated Driving Toolbox)