C# Class OpenCvSharp.KAZE

Class implementing the KAZE keypoint detector and descriptor extractor
Inheritance: Feature2D
Afficher le fichier Open project: shimat/opencvsharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( bool extended = false, bool upright = false, float threshold = 0.001f, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivity diffusivity = KAZEDiffusivity.DiffPmG2 ) : KAZE

The KAZE constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the resources

KAZE ( IntPtr p ) : System

Method Details

Create() public static méthode

The KAZE constructor
public static Create ( bool extended = false, bool upright = false, float threshold = 0.001f, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivity diffusivity = KAZEDiffusivity.DiffPmG2 ) : KAZE
extended bool Set to enable extraction of extended (128-byte) descriptor.
upright bool Set to enable use of upright descriptors (non rotation-invariant).
threshold float Detector response threshold to accept point
nOctaves int Maximum octave evolution of the image
nOctaveLayers int Default number of sublevels per scale level
diffusivity KAZEDiffusivity Diffusivity type. DIFF_PM_G1, DIFF_PM_G2, DIFF_WEICKERT or DIFF_CHARBONNIER
Résultat KAZE

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

KAZE() protected méthode

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