Show / Hide Table of Contents

    Interface IHasDetectorParameter

    Contains a Aruco.DetectorParameters.

    Namespace: ArucoUnity.Objects.Trackers
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface IHasDetectorParameter

    Properties

    | Improve this Doc View Source

    DetectorParameters

    Gets or sets the parameters to use for the detection.

    Declaration
    Aruco.DetectorParameters DetectorParameters { get; set; }
    Property Value
    Type Description
    Aruco.DetectorParameters
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand