Get the total number of blob in the sequence

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

Syntax

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

See Also