Emgu CV Library Documentation
BlobTracker Constructor (type)
NamespacesEmgu.CV.VideoSurveillanceBlobTrackerBlobTracker(BLOBTRACKER_TYPE)

www.emgu.com/wiki
Create a blob trakcer of the specific type
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)