NativeMethodsml_EM_new Method OpenCvSharp Class Library

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

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

public static IntPtr ml_EM_new(
	int nclusters,
	int covMatType,
	CvTermCriteria termCrit
)

Parameters

nclusters
Type: SystemInt32

[Missing <param name="nclusters"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_EM_new(System.Int32,System.Int32,OpenCvSharp.CvTermCriteria)"]

covMatType
Type: SystemInt32

[Missing <param name="covMatType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_EM_new(System.Int32,System.Int32,OpenCvSharp.CvTermCriteria)"]

termCrit
Type: OpenCvSharpCvTermCriteria

[Missing <param name="termCrit"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_EM_new(System.Int32,System.Int32,OpenCvSharp.CvTermCriteria)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_EM_new(System.Int32,System.Int32,OpenCvSharp.CvTermCriteria)"]

See Also

Reference