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