Selected blob detector module. If this field is NULL default blobdetector module will be created.

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

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

See Also