Return pointer to specified by index blob
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static IntPtr CvBlobTrackerGetBlobByID(
IntPtr tracker,
int blobId
)
Public Shared Function CvBlobTrackerGetBlobByID ( _
tracker As IntPtr, _
blobId As Integer _
) As IntPtr
public:
static IntPtr CvBlobTrackerGetBlobByID(
IntPtr tracker,
int blobId
)
Parameters
- tracker
- IntPtr
The tracker
- blobId
- Int32
The id of the blob
Return Value
Pointer to the blob with specific id
See Also