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
boolSet to enable extraction of extended (128-byte) descriptor.
upright
boolSet to enable use of upright descriptors (non rotation-invariant).
threshold
floatDetector response threshold to accept point
octaves
intMaximum octave evolution of the image
sublevels
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()