Selected blob tracking module. If this field is NULL default blobtracker module will be created.
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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); }