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