Create a blob detector of specific type

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(
	BLOB_DETECTOR_TYPE type
)
Public Sub New ( _
	type As BLOB_DETECTOR_TYPE _
)
public:
BlobDetector(
	BLOB_DETECTOR_TYPE type
)

Parameters

type
BLOB_DETECTOR_TYPE
The type of the detector

See Also