Class AKAZE
- Namespace
- Emgu.CV.Features2D
- Assembly
- Emgu.CV.dll
Wrapped AKAZE detector
public class AKAZE : Feature2D, IDisposable, IAlgorithm
- Inheritance
-
AKAZE
- Implements
- Inherited Members
- Extension Methods
Constructors
AKAZE(DescriptorType, int, int, float, int, int, Diffusivity)
Create AKAZE using the specific values
public AKAZE(AKAZE.DescriptorType descriptorType = DescriptorType.Mldb, int descriptorSize = 0, int descriptorChannels = 3, float threshold = 0.001, int nOctaves = 4, int nOctaveLayers = 4, KAZE.Diffusivity diffusivity = Diffusivity.PmG2)
Parameters
descriptorType
AKAZE.DescriptorTypeType of the extracted descriptor
descriptorSize
intSize of the descriptor in bits. 0 -> Full size
descriptorChannels
intNumber of channels in the descriptor (1, 2, 3)
threshold
floatDetector response threshold to accept point
nOctaves
intMaximum octave evolution of the image
nOctaveLayers
intDefault number of sublevels per scale level
diffusivity
KAZE.DiffusivityDiffusivity type
Methods
DisposeObject()
Release the unmanaged resources associated with this object
protected override void DisposeObject()