Interface IArucoCameraUndistortion
Manages the processes of undistortion and rectification of Images.
Inherited Members
Namespace: ArucoUnity.Cameras.Undistortions
Assembly: Assembly-CSharp.dll
Syntax
public interface IArucoCameraUndistortion : IArucoCameraController, IController, IHasArucoCameraParameters
Properties
| Improve this Doc View SourceRectificationMatrices
Gets the rectification rotation matrices of each camera to make both camera image planes the same plane, in case of a stereo camera.
Declaration
Cv.Mat[] RectificationMatrices { get; }
Property Value
Type | Description |
---|---|
Cv.Mat[] |
RectifiedCameraMatrices
Gets the new camera matrices of the undistorted and rectified images of each camera.
Declaration
Cv.Mat[] RectifiedCameraMatrices { get; }
Property Value
Type | Description |
---|---|
Cv.Mat[] |
UndistortedDistCoeffs
Gets the distorsion coefficients of the undistorted and rectified images of each camera.
Declaration
Cv.Mat[] UndistortedDistCoeffs { get; }
Property Value
Type | Description |
---|---|
Cv.Mat[] |
UndistortionRectificationMaps
Gets the undistortion and rectification images transformation map of each camera (two maps per camera).
Declaration
Cv.Mat[][] UndistortionRectificationMaps { get; }
Property Value
Type | Description |
---|---|
Cv.Mat[][] |