Table of Contents

Class Rapid

Namespace
Emgu.CV.Rapid
Assembly
Emgu.CV.dll

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 IInputArray

The 3D points of the mesh

tris IInputArray

Triangle face connectivity

Properties

AlgorithmPtr

Pointer to the native algorithm object

public nint AlgorithmPtr { get; }

Property Value

nint

TrackerPtr

Pointer to the native Tracker object

public nint TrackerPtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()