www.emgu.com/wiki
Return pointer to specified by index blob

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

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

Return Value
Pointer to specified by index blob
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)