http://www.emgu.com
Get the number of blob in the blob sequence

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public static int CvBlobSeqGetBlobNum(
	IntPtr blobSeq
)
Visual Basic
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