NativeMethodsfeatures2d_KAZE_setExtended Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_KAZE_setExtended( IntPtr obj, bool val )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_KAZE_setExtended ( obj As IntPtr, val As Boolean )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_KAZE_setExtended( IntPtr obj, bool val )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_KAZE_setExtended : obj : IntPtr * val : bool -> unit
OpenCvSharp.NativeMethods.features2d_KAZE_setExtended = function(obj, val);