Show / Hide Table of Contents

    Class ArucoObjectDetector

    Detects ArUco objects for a ArucoCamera camera system according to DetectorParameters.

    Inheritance
    Object
    Controller
    ArucoCameraController
    ArucoObjectDetector
    ArucoCameraCalibration
    ArucoObjectsController
    Implements
    IArucoCameraController
    IController
    IHasDetectorParameter
    Inherited Members
    ArucoCameraController.ArucoCamera
    Controller.Configured
    Controller.Ready
    Controller.Started
    Controller.Stopped
    Controller.AutoStart
    Controller.IsConfigured
    Controller.IsReady
    Controller.IsStarted
    Controller.Awake()
    Controller.Start()
    Controller.OnDestroy()
    Controller.AddDependency(IController)
    Controller.RemoveDependency(IController)
    Controller.GetDependencies()
    Controller.Configure()
    Controller.StartController()
    Controller.StopController()
    Controller.OnConfigured()
    Controller.Starting()
    Controller.OnStarted()
    Controller.Stopping()
    Controller.OnStopped()
    Namespace: ArucoUnity.Objects.Trackers
    Assembly: Assembly-CSharp.dll
    Syntax
    public abstract class ArucoObjectDetector : ArucoCameraController, IArucoCameraController, IController, IHasDetectorParameter

    Properties

    | Improve this Doc View Source

    DetectorParameters

    Gets or sets the parameters to use for the detection.

    Declaration
    public Aruco.DetectorParameters DetectorParameters { get; set; }
    Property Value
    Type Description
    Aruco.DetectorParameters

    Methods

    | Improve this Doc View Source

    Configuring()

    Checks if DetectorParameters is set.

    Declaration
    protected override void Configuring()
    Overrides
    ArucoCameraController.Configuring()

    Implements

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