Click or drag to resize

NativeMethodsface_FaceRecognizer_update Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus face_FaceRecognizer_update(
	IntPtr obj,
	IntPtr[] src,
	int srcLength,
	int[] labels,
	int labelsLength
)

Parameters

obj
Type: SystemIntPtr

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

src
Type: SystemIntPtr

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

srcLength
Type: SystemInt32

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

labels
Type: SystemInt32

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

labelsLength
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_update(System.IntPtr,System.IntPtr[],System.Int32,System.Int32[],System.Int32)"]

See Also