Click or drag to resize

AKAZECreate Method

The AKAZE constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static AKAZE Create(
	AKAZEDescriptorType descriptorType = AKAZEDescriptorType.MLDB,
	int descriptorSize = 0,
	int descriptorChannels = 3,
	float threshold = 0.001f,
	int nOctaves = 4,
	int nOctaveLayers = 4,
	KAZEDiffusivity diffusivity = KAZEDiffusivity.DiffPmG2
)

Parameters

descriptorType (Optional)
Type: OpenCvSharpAKAZEDescriptorType
descriptorSize (Optional)
Type: SystemInt32
descriptorChannels (Optional)
Type: SystemInt32
threshold (Optional)
Type: SystemSingle
nOctaves (Optional)
Type: SystemInt32
nOctaveLayers (Optional)
Type: SystemInt32
diffusivity (Optional)
Type: OpenCvSharpKAZEDiffusivity

Return Value

Type: AKAZE
See Also