Click or drag to resize

NativeMethodsxfeatures2d_LATCH_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 xfeatures2d_LATCH_create(
	int bytes,
	int rotationInvariance,
	int half_ssd_size,
	double sigma
)

Parameters

bytes
Type: SystemInt32
rotationInvariance
Type: SystemInt32
half_ssd_size
Type: SystemInt32
sigma
Type: SystemDouble

Return Value

Type: IntPtr
See Also