The number of blobs in this sequence

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

Syntax

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

See Also