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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also