Show / Hide Table of Contents

    Interface IArucoCameraUndistortion

    Manages the processes of undistortion and rectification of Images.

    Inherited Members
    IArucoCameraController.ArucoCamera
    IController.Configured
    IController.Ready
    IController.Started
    IController.Stopped
    IController.AutoStart
    IController.IsConfigured
    IController.IsReady
    IController.IsStarted
    IController.AddDependency(IController)
    IController.RemoveDependency(IController)
    IController.GetDependencies()
    IController.Configure()
    IController.StartController()
    IController.StopController()
    IHasArucoCameraParameters.CameraParameters
    Namespace: ArucoUnity.Cameras.Undistortions
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface IArucoCameraUndistortion : IArucoCameraController, IController, IHasArucoCameraParameters

    Properties

    | Improve this Doc View Source

    RectificationMatrices

    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[]
    | Improve this Doc View Source

    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[]
    | Improve this Doc View Source

    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[]
    | Improve this Doc View Source

    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[][]
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand