Emgu CV Library Documentation
BlobDetector Property
NamespacesEmgu.CV.VideoSurveillanceBlobTrackerAutoParamBlobDetector

www.emgu.com/wiki
Selected blob detector module. If this field is NULL default blobdetector module will be created.
Declaration Syntax
C#Visual BasicVisual C++
public BlobDetector BlobDetector { get; set; }
Public Property BlobDetector As BlobDetector
public:
property BlobDetector^ BlobDetector {
	BlobDetector^ get ();
	void set (BlobDetector^ value);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)