NativeMethodsml_StatModel_calcError Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float ml_StatModel_calcError( IntPtr obj, IntPtr data, int test, IntPtr resp )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_StatModel_calcError ( obj As IntPtr, data As IntPtr, test As Integer, resp As IntPtr ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float ml_StatModel_calcError( IntPtr obj, IntPtr data, int test, IntPtr resp )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_StatModel_calcError : obj : IntPtr * data : IntPtr * test : int * resp : IntPtr -> float32
OpenCvSharp.NativeMethods.ml_StatModel_calcError = function(obj, data, test, resp);