Click or drag to resize

NativeMethodsfeatures2d_AKAZE_create Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_AKAZE_create(
	int descriptor_type,
	int descriptor_size,
	int descriptor_channels,
	float threshold,
	int nOctaves,
	int nOctaveLayers,
	int diffusivity,
	out IntPtr returnValue
)

Parameters

descriptor_type
Type: SystemInt32

[Missing <param name="descriptor_type"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

descriptor_size
Type: SystemInt32

[Missing <param name="descriptor_size"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

descriptor_channels
Type: SystemInt32

[Missing <param name="descriptor_channels"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

threshold
Type: SystemSingle

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

nOctaves
Type: SystemInt32

[Missing <param name="nOctaves"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

nOctaveLayers
Type: SystemInt32

[Missing <param name="nOctaveLayers"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

diffusivity
Type: SystemInt32

[Missing <param name="diffusivity"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_AKAZE_create(System.Int32,System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.IntPtr@)"]

See Also