Get the number of blob in the blob sequence
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static int CvBlobSeqGetBlobNum(
IntPtr blobSeq
)
Public Shared Function CvBlobSeqGetBlobNum ( _
blobSeq As IntPtr _
) As Integer
public:
static int CvBlobSeqGetBlobNum(
IntPtr blobSeq
)
Parameters
- blobSeq
- IntPtr
The blob sequence
Return Value
The number of blob in the blob sequence
See Also