Table of Contents

Class SimpleBlobDetector

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Class for extracting blobs from an image.

public class SimpleBlobDetector : Feature2D, IDisposable
Inheritance
SimpleBlobDetector
Implements
Inherited Members

Methods

Create(Params?)

Construct a SimpleBlobDetector instance

public static SimpleBlobDetector Create(SimpleBlobDetector.Params? parameters = null)

Parameters

parameters SimpleBlobDetector.Params

Returns

SimpleBlobDetector

GetBlobContours()

Returns the contours of the blobs detected during the last call to Detect(). The CollectContours parameter must be set to true before calling Detect() for this method to return any data.

public virtual Point[][] GetBlobContours()

Returns

Point[][]