Get the number of blob in the blob sequence

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 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