Class SimpleBlobDetector
Class for extracting blobs from an image.
Inheritance
System.Object
SimpleBlobDetector
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class SimpleBlobDetector : Feature2D, ICvPtrHolder
Constructors
| Improve this Doc View SourceSimpleBlobDetector(IntPtr)
Constructor
Declaration
protected SimpleBlobDetector(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | p |
Methods
| Improve this Doc View SourceCreate(SimpleBlobDetector.Params)
Construct a SimpleBlobDetector instance
Declaration
public static SimpleBlobDetector Create(SimpleBlobDetector.Params parameters = null)
Parameters
Type | Name | Description |
---|---|---|
SimpleBlobDetector.Params | parameters |
Returns
Type | Description |
---|---|
SimpleBlobDetector |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()