Table of Contents

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.DescriptorType

Type of the extracted descriptor

descriptorSize int

Size of the descriptor in bits. 0 -> Full size

descriptorChannels int

Number of channels in the descriptor (1, 2, 3)

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 KAZE.Diffusivity

Diffusivity type

Methods

DisposeObject()

Release the unmanaged resources associated with this object

protected override void DisposeObject()