Click or drag to resize

NativeMethodsfeatures2d_BOWKMeansTrainer_new 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 IntPtr features2d_BOWKMeansTrainer_new(
	int clusterCount,
	TermCriteria termcrit,
	int attempts,
	int flags
)

Parameters

clusterCount
Type: SystemInt32
termcrit
Type: OpenCvSharpTermCriteria
attempts
Type: SystemInt32
flags
Type: SystemInt32

Return Value

Type: IntPtr
See Also