The IntrinsicCameraParameters type exposes the following members.

Constructors

  NameDescription
IntrinsicCameraParameters
Create the intrinsic camera parameters

Methods

  NameDescription
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIntrinsicMatrixValues
computes various useful camera (sensor/lens) characteristics using the computed camera calibration matrix, image frame resolution in pixels and the physical aperture size
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitUndistortMap
Pre-computes the undistortion map - coordinates of the corresponding pixel in the distorted image for every pixel in the corrected image. Then, the map (together with input and output images) can be passed to cvRemap function.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UndistortOverloaded.

Properties

  NameDescription
DistortionCoeffs
Get or Set the DistortionCoeffs ( as a 5x1 (default) or 4x1 matrix ). The ordering of the distortion coefficients is the following: (k1, k2, p1, p2[, k3]). That is, the first 2 radial distortion coefficients are followed by 2 tangential distortion coefficients and then, optionally, by the third radial distortion coefficients. Such ordering is used to keep backward compatibility with previous versions of OpenCV
IntrinsicMatrix
Get or Set the intrinsic matrix (3x3)

See Also