Click or drag to resize

KAZECreate Method

The KAZE constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static KAZE Create(
	bool extended = false,
	bool upright = false,
	float threshold = 0.001f,
	int nOctaves = 4,
	int nOctaveLayers = 4,
	KAZEDiffusivityType diffusivity = KAZEDiffusivityType.DiffPmG2
)

Parameters

extended (Optional)
Type: SystemBoolean
Set to enable extraction of extended (128-byte) descriptor.
upright (Optional)
Type: SystemBoolean
Set to enable use of upright descriptors (non rotation-invariant).
threshold (Optional)
Type: SystemSingle
Detector response threshold to accept point
nOctaves (Optional)
Type: SystemInt32
Maximum octave evolution of the image
nOctaveLayers (Optional)
Type: SystemInt32
Default number of sublevels per scale level
diffusivity (Optional)
Type: OpenCvSharpKAZEDiffusivityType
Diffusivity type. DIFF_PM_G1, DIFF_PM_G2, DIFF_WEICKERT or DIFF_CHARBONNIER

Return Value

Type: KAZE

[Missing <returns> documentation for "M:OpenCvSharp.KAZE.Create(System.Boolean,System.Boolean,System.Single,System.Int32,System.Int32,OpenCvSharp.KAZEDiffusivityType)"]

See Also