NativeMethodscore_calcCovarMatrix_Mat Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void core_calcCovarMatrix_Mat(
	IntPtr[] samples,
	int nsamples,
	IntPtr covar,
	IntPtr mean,
	int flags,
	int ctype
)

Parameters

samples
Type: SystemIntPtr

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

nsamples
Type: SystemInt32

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

covar
Type: SystemIntPtr

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

mean
Type: SystemIntPtr

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

flags
Type: SystemInt32

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

ctype
Type: SystemInt32

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

See Also

Reference