Click or drag to resize

NativeMethodsfeatures2d_KAZE_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_KAZE_create(
	bool extended,
	bool upright,
	float threshold,
	int nOctaves,
	int nOctaveLayers,
	int diffusivity
)

Parameters

extended
Type: SystemBoolean
upright
Type: SystemBoolean
threshold
Type: SystemSingle
nOctaves
Type: SystemInt32
nOctaveLayers
Type: SystemInt32
diffusivity
Type: SystemInt32

Return Value

Type: IntPtr
See Also