NativeMethodsfeatures2d_BRISK_create1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_BRISK_create1( int thresh, int octaves, float patternScale )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_BRISK_create1 ( thresh As Integer, octaves As Integer, patternScale As Single ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr features2d_BRISK_create1( int thresh, int octaves, float patternScale )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_BRISK_create1 : thresh : int * octaves : int * patternScale : float32 -> IntPtr
OpenCvSharp.NativeMethods.features2d_BRISK_create1 = function(thresh, octaves, patternScale);