Selected blob tracking module. If this field is NULL default blobtracker module will be created.

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

Syntax

C#
public BlobTracker BlobTracker { get; set; }
Visual Basic (Declaration)
Public Property BlobTracker As BlobTracker
Visual C++
public:
property BlobTracker^ BlobTracker {
	BlobTracker^ get ();
	void set (BlobTracker^ value);
}

See Also