NativeMethodsximgproc_covarianceEstimation Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ximgproc_covarianceEstimation( IntPtr src, IntPtr dst, int windowRows, int windowCols )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ximgproc_covarianceEstimation ( src As IntPtr, dst As IntPtr, windowRows As Integer, windowCols As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ximgproc_covarianceEstimation( IntPtr src, IntPtr dst, int windowRows, int windowCols )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_covarianceEstimation : src : IntPtr * dst : IntPtr * windowRows : int * windowCols : int -> unit
OpenCvSharp.NativeMethods.ximgproc_covarianceEstimation = function(src, dst, windowRows, windowCols);