Get the total number of blob in the 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 override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () override;
}

See Also