TcVnParamsKAZE

Offers parameters for KAZE method

Syntax

Definition:

TYPE TcVnParamsKAZE :
STRUCT
    bExtended     : BOOL;
    bUpright      : BOOL;
    fThreshold    : REAL;
    nOctaves      : UDINT;
    nOctaveLayers : UDINT;
    eDiffusivity  : ETcVnDiffusivityTypeKAZE;
END_STRUCT
END_TYPE

Parameters

Name

Type

Default

Description

bExtended

BOOL

FALSE

If true, the descriptor size is extended from the default 64 byte to 128 byte.

bUpright

BOOL

FALSE

If true, upright (rotation dependent) descriptors are computed.

fThreshold

REAL

0.001

Detector response threshold

nOctaves

UDINT

4

Maximum octave evolution of the image

nOctaveLayers

UDINT

2

Number of sublevels per scale level

eDiffusivity

ETcVnDiffusivityTypeKAZE

TCVN_DT1_KAZE_PM_G2

Diffusivity type