C# Class OpenCvSharp.SimpleBlobDetector

Class for extracting blobs from an image.
Inheritance: Feature2D
ファイルを表示 Open project: shimat/opencvsharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( Params parameters = null ) : SimpleBlobDetector

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases the resources

SimpleBlobDetector ( IntPtr p ) : System

Method Details

Create() public static method

public static Create ( Params parameters = null ) : SimpleBlobDetector
parameters Params
return SimpleBlobDetector

Dispose() protected method

Releases the resources
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
return void

SimpleBlobDetector() protected method

protected SimpleBlobDetector ( IntPtr p ) : System
p System.IntPtr
return System