Show / Hide Table of Contents

    Class ArucoCharucoBoardTracker

    Inheritance
    Object
    ArucoObjectTracker
    ArucoCharucoBoardTracker
    Inherited Members
    ArucoObjectTracker.IsActivated
    ArucoObjectTracker.arucoTracker
    ArucoObjectTracker.arucoCamera
    ArucoObjectTracker.arucoCameraUndistortion
    ArucoObjectTracker.arucoCameraDisplay
    ArucoObjectTracker.ArucoObjectsController_DictionaryAdded(Aruco.Dictionary)
    ArucoObjectTracker.ArucoObjectsController_DictionaryRemoved(Aruco.Dictionary)
    ArucoObjectTracker.Activate(IArucoObjectsTracker)
    ArucoObjectTracker.Deactivate()
    ArucoObjectTracker.Detect(Int32, Aruco.Dictionary)
    ArucoObjectTracker.Draw(Int32, Aruco.Dictionary)
    Namespace: ArucoUnity.Objects.Trackers
    Assembly: Assembly-CSharp.dll
    Syntax
    public class ArucoCharucoBoardTracker : ArucoObjectTracker

    Methods

    | Improve this Doc View Source

    Detect(Int32, Aruco.Dictionary, Cv.Mat)

    Declaration
    public override void Detect(int cameraId, Aruco.Dictionary dictionary, Cv.Mat image)
    Parameters
    Type Name Description
    Int32 cameraId
    Aruco.Dictionary dictionary
    Cv.Mat image
    Overrides
    ArucoObjectTracker.Detect(Int32, Aruco.Dictionary, Cv.Mat)
    | Improve this Doc View Source

    Draw(Int32, Aruco.Dictionary, Cv.Mat)

    Declaration
    public override void Draw(int cameraId, Aruco.Dictionary dictionary, Cv.Mat image)
    Parameters
    Type Name Description
    Int32 cameraId
    Aruco.Dictionary dictionary
    Cv.Mat image
    Overrides
    ArucoObjectTracker.Draw(Int32, Aruco.Dictionary, Cv.Mat)
    | Improve this Doc View Source

    EstimateTransforms(Int32, Aruco.Dictionary)

    Declaration
    public override void EstimateTransforms(int cameraId, Aruco.Dictionary dictionary)
    Parameters
    Type Name Description
    Int32 cameraId
    Aruco.Dictionary dictionary
    Overrides
    ArucoObjectTracker.EstimateTransforms(Int32, Aruco.Dictionary)
    | Improve this Doc View Source

    UpdateTransforms(Int32, Aruco.Dictionary)

    Declaration
    public override void UpdateTransforms(int cameraId, Aruco.Dictionary dictionary)
    Parameters
    Type Name Description
    Int32 cameraId
    Aruco.Dictionary dictionary
    Overrides
    ArucoObjectTracker.UpdateTransforms(Int32, Aruco.Dictionary)
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand