Interface IHasDetectorParameter
Contains a Aruco.DetectorParameters.
Namespace: ArucoUnity.Objects.Trackers
Assembly: Assembly-CSharp.dll
Syntax
public interface IHasDetectorParameter
Properties
| Improve this Doc View SourceDetectorParameters
Gets or sets the parameters to use for the detection.
Declaration
Aruco.DetectorParameters DetectorParameters { get; set; }
Property Value
Type | Description |
---|---|
Aruco.DetectorParameters |