Object for storing intrinsic fisheye camera parameters
The fisheyeIntrinsics
object stores the camera
intrinsics for a fisheye camera. See fisheyeParameters
for details on other fisheye parameters.
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
)
pointsToWorld | Determine world coordinates of image points |
worldToImage | Project world points into image |
[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.