Click or drag to resize

NativeMethodsximgproc_covarianceEstimation Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void ximgproc_covarianceEstimation(
	IntPtr src,
	IntPtr dst,
	int windowRows,
	int windowCols
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
windowRows
Type: SystemInt32
windowCols
Type: SystemInt32
See Also