Click or drag to resize

NativeMethodsximgproc_covarianceEstimation Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_covarianceEstimation(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_covarianceEstimation(
	IntPtr src,
	IntPtr dst,
	int windowRows,
	int windowCols
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_covarianceEstimation(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_covarianceEstimation(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

windowRows
Type: SystemInt32

[Missing <param name="windowRows"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_covarianceEstimation(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

windowCols
Type: SystemInt32

[Missing <param name="windowCols"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_covarianceEstimation(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_covarianceEstimation(System.IntPtr,System.IntPtr,System.Int32,System.Int32)"]

See Also