Click or drag to resize

NativeMethodscore_calcCovarMatrix_Mat 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 core_calcCovarMatrix_Mat(
	IntPtr[] samples,
	int nsamples,
	IntPtr covar,
	IntPtr mean,
	int flags,
	int ctype
)

Parameters

samples
Type: SystemIntPtr
nsamples
Type: SystemInt32
covar
Type: SystemIntPtr
mean
Type: SystemIntPtr
flags
Type: SystemInt32
ctype
Type: SystemInt32
See Also