C# Class OpenCvSharp.SimpleBlobDetector

Class for extracting blobs from an image.
Inheritance: Feature2D
Afficher le fichier Open project: shimat/opencvsharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( Params parameters = null ) : SimpleBlobDetector

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the resources

SimpleBlobDetector ( IntPtr p ) : System

Method Details

Create() public static méthode

public static Create ( Params parameters = null ) : SimpleBlobDetector
parameters Params
Résultat SimpleBlobDetector

Dispose() protected méthode

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. ///
Résultat void

SimpleBlobDetector() protected méthode

protected SimpleBlobDetector ( IntPtr p ) : System
p System.IntPtr
Résultat System