Click or drag to resize

NativeMethodsxfeatures2d_LUCID_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xfeatures2d_LUCID_create(
	int lucidKernel,
	int blurKernel,
	out IntPtr returnValue
)

Parameters

lucidKernel
Type: SystemInt32

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

blurKernel
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also