Class ArucoMarker
Describes an ArUco marker.
Assembly: Assembly-CSharp.dll
Syntax
public class ArucoMarker : ArucoObject
Properties
|
Improve this Doc
View Source
MarkerId
Gets or sets the marker id in the used dictionary.
Declaration
public int MarkerId { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Draw()
Declaration
public override Cv.Mat Draw()
Returns
Overrides
|
Improve this Doc
View Source
GenerateName()
Declaration
public override string GenerateName()
Returns
Overrides
|
Improve this Doc
View Source
GetArucoHashCode(Int32)
Computes the hash code of a marker based on its id.
Declaration
public static int GetArucoHashCode(int markerId)
Parameters
Type |
Name |
Description |
Int32 |
markerId |
The marker id.
|
Returns
Type |
Description |
Int32 |
The calculated ArUco hash code.
|
|
Improve this Doc
View Source
GetGameObjectScale()
Declaration
public override Vector3 GetGameObjectScale()
Returns
Overrides
|
Improve this Doc
View Source
UpdateArucoHashCode()
Declaration
protected override void UpdateArucoHashCode()
Overrides