http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public BlobTracker BlobTracker { get; set; } |
Visual Basic |
---|
Public Property BlobTracker As BlobTracker Get Set |
Visual C++ |
---|
public: property BlobTracker^ BlobTracker { BlobTracker^ get (); void set (BlobTracker^ value); } |