Click or drag to resize
SimpleBlobDetector Constructor
http://www.emgu.com
Create a simple blob detector

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public SimpleBlobDetector(
	SimpleBlobDetectorParams parameters = null
)

Parameters

parameters (Optional)
Type: Emgu.CV.Features2DSimpleBlobDetectorParams

[Missing <param name="parameters"/> documentation for "M:Emgu.CV.Features2D.SimpleBlobDetector.#ctor(Emgu.CV.Features2D.SimpleBlobDetectorParams)"]

See Also