Class ArucoObjectDetector
Detects ArUco objects for a ArucoCamera camera system according to DetectorParameters.
Inheritance
ArucoObjectDetector
Inherited Members
Namespace: ArucoUnity.Objects.Trackers
Assembly: Assembly-CSharp.dll
Syntax
public abstract class ArucoObjectDetector : ArucoCameraController, IArucoCameraController, IController, IHasDetectorParameter
Properties
| Improve this Doc View SourceDetectorParameters
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 SourceConfiguring()
Checks if DetectorParameters is set.
Declaration
protected override void Configuring()