www.emgu.com/wiki
Get the blob of specific index from the auto blob tracker

Declaration Syntax
Public Shared Function CvBlobTrackerAutoGetBlob ( _
tracker As IntPtr, _
index As Integer _
) As IntPtr
public:
static IntPtr CvBlobTrackerAutoGetBlob(
IntPtr tracker,
int index
)

Parameters
- tracker (IntPtr)
- The auto blob tracker
- index (Int32)
- The index of the blob

Return Value
Pointer to the the blob
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)