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

Create a blob trakcer of the specific type

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 BlobTracker(
	BLOBTRACKER_TYPE type
)
Public Sub New ( _
	type As BLOBTRACKER_TYPE _
)
public:
BlobTracker(
	BLOBTRACKER_TYPE type
)

Parameters

type
BLOBTRACKER_TYPE
The type of the blob tracker

See Also