Return pointer to specified by index blob
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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