NativeMethodsml_DTrees_load Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr ml_DTrees_load( string filePath )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_DTrees_load ( filePath As String ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr ml_DTrees_load( String^ filePath )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_DTrees_load : filePath : string -> IntPtr
OpenCvSharp.NativeMethods.ml_DTrees_load = function(filePath);