C# Class OpenCvSharp.FastFeatureDetector

Detects corners using FAST algorithm by E. Rosten
Inheritance: Feature2D
Afficher le fichier Open project: shimat/opencvsharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( int threshold = 10, bool nonmaxSuppression = true ) : FastFeatureDetector

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the resources

FastFeatureDetector ( IntPtr ptr ) : System

Method Details

Create() public static méthode

public static Create ( int threshold = 10, bool nonmaxSuppression = true ) : FastFeatureDetector
threshold int
nonmaxSuppression bool
Résultat FastFeatureDetector

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

FastFeatureDetector() protected méthode

protected FastFeatureDetector ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System