[This is preliminary documentation and is subject to change.]

The number of blobs in this sequence

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

Syntax

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

See Also