NativeMethodscore_calcCovarMatrix_Mat Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_calcCovarMatrix_Mat( IntPtr[] samples, int nsamples, IntPtr covar, IntPtr mean, int flags, int ctype )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_calcCovarMatrix_Mat ( samples As IntPtr(), nsamples As Integer, covar As IntPtr, mean As IntPtr, flags As Integer, ctype As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_calcCovarMatrix_Mat( array<IntPtr>^ samples, int nsamples, IntPtr covar, IntPtr mean, int flags, int ctype )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_calcCovarMatrix_Mat : samples : IntPtr[] * nsamples : int * covar : IntPtr * mean : IntPtr * flags : int * ctype : int -> unit
OpenCvSharp.NativeMethods.core_calcCovarMatrix_Mat = function(samples, nsamples, covar, mean, flags, ctype);