The number of blobs in this sequence

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract int Count { get; }
Public MustOverride ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () abstract;
}

See Also