Click or drag to resize

NativeMethodsxfeatures2d_LATCH_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xfeatures2d_LATCH_create(
	int bytes,
	int rotationInvariance,
	int halfSsdSize,
	double sigma,
	out IntPtr returnValue
)

Parameters

bytes
Type: SystemInt32

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

rotationInvariance
Type: SystemInt32

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

halfSsdSize
Type: SystemInt32

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

sigma
Type: SystemDouble

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also