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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also