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