Table of Contents

Class KAZE

Namespace
Emgu.CV.Features2D
Assembly
Emgu.CV.dll

Wrapped KAZE detector

public class KAZE : Feature2D, IDisposable, IAlgorithm
Inheritance
KAZE
Implements
Inherited Members
Extension Methods

Constructors

KAZE(bool, bool, float, int, int, Diffusivity)

Create KAZE using the specific values

public KAZE(bool extended = false, bool upright = false, float threshold = 0.001, int octaves = 4, int sublevels = 4, KAZE.Diffusivity diffusivity = Diffusivity.PmG2)

Parameters

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

octaves int

Maximum octave evolution of the image

sublevels 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()