

| NativeMethodsml_Ptr_DTrees_get Method | 
Namespace: OpenCvSharp
 Syntax
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr ml_Ptr_DTrees_get( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_Ptr_DTrees_get ( obj As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr ml_Ptr_DTrees_get( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_Ptr_DTrees_get : obj : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.ml_Ptr_DTrees_get = function(obj);
 See Also
See Also