Click or drag to resize

SimpleBlobDetectorCreate Method

Construct a SimpleBlobDetector instance

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static SimpleBlobDetector Create(
	SimpleBlobDetectorParams parameters = null
)

Parameters

parameters (Optional)
Type: OpenCvSharpSimpleBlobDetectorParams

[Missing <param name="parameters"/> documentation for "M:OpenCvSharp.SimpleBlobDetector.Create(OpenCvSharp.SimpleBlobDetector.Params)"]

Return Value

Type: SimpleBlobDetector

[Missing <returns> documentation for "M:OpenCvSharp.SimpleBlobDetector.Create(OpenCvSharp.SimpleBlobDetector.Params)"]

See Also