Click or drag to resize

NativeMethodsfeatures2d_AKAZE_create Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr features2d_AKAZE_create(
	int descriptor_type,
	int descriptor_size,
	int descriptor_channels,
	float threshold,
	int nOctaves,
	int nOctaveLayers,
	int diffusivity
)

Parameters

descriptor_type
Type: SystemInt32
descriptor_size
Type: SystemInt32
descriptor_channels
Type: SystemInt32
threshold
Type: SystemSingle
nOctaves
Type: SystemInt32
nOctaveLayers
Type: SystemInt32
diffusivity
Type: SystemInt32

Return Value

Type: IntPtr
See Also