The intrinsic camera parameters

C# | Visual Basic | Visual C++ |
public class IntrinsicCameraParameters
Public Class IntrinsicCameraParameters
public ref class IntrinsicCameraParameters

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | IntrinsicCameraParameters()()() |
Create the intrinsic camera parameters
|
![]() | DistortionCoeffs |
Get or Set the DistortionCoeffs ( as a 3x1 matrix )
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | 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.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitUndistortMap(Int32, Int32, Matrix<(Of <(Single>)>)%, Matrix<(Of <(Single>)>)%) |
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.
|
![]() | IntrinsicMatrix |
Get or Set the intrinsic matrix
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | IntrinsicCameraParameters |