Table of Contents

Method Create

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

Create(bool, bool, float, int, int, KAZEDiffusivityType)

The KAZE constructor

public static KAZE Create(bool extended = false, bool upright = false, float threshold = 0.001, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivityType diffusivity = KAZEDiffusivityType.DiffPmG2)

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

nOctaves int

Maximum octave evolution of the image

nOctaveLayers int

Default number of sublevels per scale level

diffusivity KAZEDiffusivityType

Diffusivity type. DIFF_PM_G1, DIFF_PM_G2, DIFF_WEICKERT or DIFF_CHARBONNIER

Returns

KAZE