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

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.0.0 (2.0.0.0)

Syntax

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

See Also