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.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public BlobDetector BlobDetector { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BlobDetector As BlobDetector |
Visual C++ |
---|
public: property BlobDetector^ BlobDetector { BlobDetector^ get (); void set (BlobDetector^ value); } |