Class ArucoMarkerTracker
Inheritance
ArucoMarkerTracker
Assembly: Assembly-CSharp.dll
Syntax
public class ArucoMarkerTracker : ArucoObjectTracker
Fields
|
Improve this Doc
View Source
estimatePoseMarkerLength
Declaration
protected const float estimatePoseMarkerLength = 1F
Field Value
|
Improve this Doc
View Source
rejectedMarkerCandidatesColor
Declaration
protected readonly Color rejectedMarkerCandidatesColor
Field Value
Properties
|
Improve this Doc
View Source
DetectedMarkers
Declaration
public Dictionary<Aruco.Dictionary, int>[] DetectedMarkers { get; protected set; }
Property Value
|
Improve this Doc
View Source
MarkerCorners
Declaration
public Dictionary<Aruco.Dictionary, Std.VectorVectorPoint2f>[] MarkerCorners { get; protected set; }
Property Value
|
Improve this Doc
View Source
MarkerIds
Declaration
public Dictionary<Aruco.Dictionary, Std.VectorInt>[] MarkerIds { get; protected set; }
Property Value
|
Improve this Doc
View Source
MarkerRvecs
Vector of rotation vectors of the detected markers on each .
Declaration
public Dictionary<Aruco.Dictionary, Std.VectorVec3d>[] MarkerRvecs { get; protected set; }
Property Value
|
Improve this Doc
View Source
MarkerTvecs
Vector of translation vectors of the detected markers on each .
Declaration
public Dictionary<Aruco.Dictionary, Std.VectorVec3d>[] MarkerTvecs { get; protected set; }
Property Value
|
Improve this Doc
View Source
RejectedCandidateCorners
Declaration
public Dictionary<Aruco.Dictionary, Std.VectorVectorPoint2f>[] RejectedCandidateCorners { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
Activate(IArucoObjectsTracker)
Declaration
public override void Activate(IArucoObjectsTracker arucoTracker)
Parameters
Overrides
|
Improve this Doc
View Source
ArucoObjectsController_DictionaryAdded(Aruco.Dictionary)
Declaration
protected override void ArucoObjectsController_DictionaryAdded(Aruco.Dictionary dictionary)
Parameters
Overrides
|
Improve this Doc
View Source
ArucoObjectsController_DictionaryRemoved(Aruco.Dictionary)
Declaration
protected override void ArucoObjectsController_DictionaryRemoved(Aruco.Dictionary dictionary)
Parameters
Overrides
|
Improve this Doc
View Source
Deactivate()
Declaration
public override void Deactivate()
Overrides
|
Improve this Doc
View Source
Detect(Int32, Aruco.Dictionary, Cv.Mat)
Declaration
public override void Detect(int cameraId, Aruco.Dictionary dictionary, Cv.Mat image)
Parameters
Overrides
|
Improve this Doc
View Source
Draw(Int32, Aruco.Dictionary, Cv.Mat)
Declaration
public override void Draw(int cameraId, Aruco.Dictionary dictionary, Cv.Mat image)
Parameters
Overrides
|
Improve this Doc
View Source
Declaration
public override void EstimateTransforms(int cameraId, Aruco.Dictionary dictionary)
Parameters
Overrides
|
Improve this Doc
View Source
Declaration
public override void UpdateTransforms(int cameraId, Aruco.Dictionary dictionary)
Parameters
Overrides