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