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