Show / Hide Table of Contents

    Class ArucoCameraUndistortionGeneric<T>

    Manages the processes of undistortion and rectification of Images. Generic class to inherit, not the base class.

    Inheritance
    Object
    Controller
    ArucoCameraController
    ArucoCameraUndistortion
    ArucoCameraUndistortionGeneric<T>
    OmnidirCameraUndistortionGeneric<T>
    PinholeCameraUndistortionGeneric<T>
    Implements
    IArucoCameraUndistortion
    IArucoCameraController
    IController
    IHasArucoCameraParameters
    Inherited Members
    ArucoCameraUndistortion.undistortionCameraMapsNumber
    ArucoCameraUndistortion.CameraParameters
    ArucoCameraUndistortion.RectifiedCameraMatrices
    ArucoCameraUndistortion.RectificationMatrices
    ArucoCameraUndistortion.UndistortedDistCoeffs
    ArucoCameraUndistortion.UndistortionRectificationMaps
    ArucoCameraUndistortion.noRectificationMatrix
    ArucoCameraUndistortion.noDistCoeffs
    ArucoCameraUndistortion.noROI
    ArucoCameraUndistortion.CameraParametersFilePath
    ArucoCameraUndistortion.remapThread
    ArucoCameraUndistortion.Start()
    ArucoCameraUndistortion.Configuring()
    ArucoCameraUndistortion.Starting()
    ArucoCameraUndistortion.Stopping()
    ArucoCameraUndistortion.ArucoCamera_UndistortRectifyImages(Cv.Mat[], Byte[][])
    ArucoCameraUndistortion.UndistortRectifyImages(Cv.Mat[])
    ArucoCameraUndistortion.InitializeRectification()
    ArucoCameraUndistortion.InitializeUndistortionMaps()
    ArucoCameraController.ArucoCamera
    Controller.Configured
    Controller.Ready
    Controller.Started
    Controller.Stopped
    Controller.AutoStart
    Controller.IsConfigured
    Controller.IsReady
    Controller.IsStarted
    Controller.OnDestroy()
    Controller.AddDependency(IController)
    Controller.RemoveDependency(IController)
    Controller.GetDependencies()
    Controller.Configure()
    Controller.StartController()
    Controller.StopController()
    Controller.OnConfigured()
    Controller.OnStarted()
    Controller.OnStopped()
    Namespace: ArucoUnity.Cameras.Undistortions
    Assembly: Assembly-CSharp.dll
    Syntax
    public abstract class ArucoCameraUndistortionGeneric<T> : ArucoCameraUndistortion, IArucoCameraUndistortion, IArucoCameraController, IController, IHasArucoCameraParameters where T : ArucoCamera
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    Awake()

    Sets ArucoCamera with editor field if not null.

    Declaration
    protected override void Awake()
    Overrides
    Controller.Awake()

    Implements

    IArucoCameraUndistortion
    IArucoCameraController
    IController
    IHasArucoCameraParameters
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand