Class Rapid
Wrapper around silhouette based 3D object tracking function for uniform access
public class Rapid : SharedPtrObject, IDisposable, ITracker, IAlgorithm
- Inheritance
-
Rapid
- Implements
- Inherited Members
- Extension Methods
Constructors
Rapid(IInputArray, IInputArray)
Create a new instance of Rapid tracker
public Rapid(IInputArray pts3d, IInputArray tris)
Parameters
pts3d
IInputArrayThe 3D points of the mesh
tris
IInputArrayTriangle face connectivity
Properties
AlgorithmPtr
Pointer to the native algorithm object
public nint AlgorithmPtr { get; }
Property Value
TrackerPtr
Pointer to the native Tracker object
public nint TrackerPtr { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()