Get the number of blob in the blob sequence

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static int CvBlobSeqGetBlobNum(
	IntPtr blobSeq
)
Visual Basic (Declaration)
Public Shared Function CvBlobSeqGetBlobNum ( _
	blobSeq As IntPtr _
) As Integer
Visual C++
public:
static int CvBlobSeqGetBlobNum(
	IntPtr blobSeq
)

Parameters

blobSeq
Type: System..::.IntPtr
The blob sequence

Return Value

The number of blob in the blob sequence

See Also