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
- 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.