[This is preliminary documentation and is subject to change.]
Get the specific blob from the blob sequence
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function CvBlobSeqGetBlobByID ( _
blobSeq As IntPtr, _
blobIndex As Integer _
) As IntPtr
public:
static IntPtr CvBlobSeqGetBlobByID(
IntPtr blobSeq,
int blobIndex
)
Parameters
- blobSeq
- IntPtr
the blob sequence
- blobIndex
- Int32
the index of the blob to be retrieved
Return Value
Pointer to the specific blob
See Also