Click or drag to resize

SimpleBlobDetector Constructor

http://www.emgu.com
Create a simple blob detector

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public SimpleBlobDetector(
	SimpleBlobDetectorParams parameters = null
)

Parameters

parameters (Optional)
Type: Emgu.CV.Features2DSimpleBlobDetectorParams
The parameters for creating a simple blob detector
See Also