NativeMethodsxfeatures2d_LATCH_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xfeatures2d_LATCH_create( int bytes, int rotationInvariance, int half_ssd_size, double sigma )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xfeatures2d_LATCH_create ( bytes As Integer, rotationInvariance As Integer, half_ssd_size As Integer, sigma As Double ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xfeatures2d_LATCH_create( int bytes, int rotationInvariance, int half_ssd_size, double sigma )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_LATCH_create : bytes : int * rotationInvariance : int * half_ssd_size : int * sigma : float -> IntPtr
OpenCvSharp.NativeMethods.xfeatures2d_LATCH_create = function(bytes, rotationInvariance, half_ssd_size, sigma);