http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Selected blob detector module. If this field is NULL default blobdetector 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 BlobDetector BlobDetector { get; set; } |
Visual Basic |
---|
Public Property BlobDetector As BlobDetector Get Set |
Visual C++ |
---|
public: property BlobDetector^ BlobDetector { BlobDetector^ get (); void set (BlobDetector^ value); } |