Click or drag to resize

NativeMethodsface_FaceRecognizer_train 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 face_FaceRecognizer_train(
	IntPtr obj,
	IntPtr[] src,
	int srcLength,
	int[] labels,
	int labelsLength
)

Parameters

obj
Type: SystemIntPtr
src
Type: SystemIntPtr
srcLength
Type: SystemInt32
labels
Type: SystemInt32
labelsLength
Type: SystemInt32
See Also