NativeMethodsxfeatures2d_SURF_setNOctaveLayers Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void xfeatures2d_SURF_setNOctaveLayers( IntPtr obj, int value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub xfeatures2d_SURF_setNOctaveLayers ( obj As IntPtr, value As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void xfeatures2d_SURF_setNOctaveLayers( IntPtr obj, int value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_SURF_setNOctaveLayers : obj : IntPtr * value : int -> unit
OpenCvSharp.NativeMethods.xfeatures2d_SURF_setNOctaveLayers = function(obj, value);