Return pointer to specified by index blob

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr CvBlobTrackerGetBlob(
	IntPtr tracker,
	int blobIndex
)
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 the blob with the specific index

See Also