Click or drag to resize

NativeMethodsface_LBPHFaceRecognizer_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus face_LBPHFaceRecognizer_create(
	int radius,
	int neighbors,
	int gridX,
	int gridY,
	double threshold,
	out IntPtr returnValue
)

Parameters

radius
Type: SystemInt32

[Missing <param name="radius"/> documentation for "M:OpenCvSharp.NativeMethods.face_LBPHFaceRecognizer_create(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.IntPtr@)"]

neighbors
Type: SystemInt32

[Missing <param name="neighbors"/> documentation for "M:OpenCvSharp.NativeMethods.face_LBPHFaceRecognizer_create(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.IntPtr@)"]

gridX
Type: SystemInt32

[Missing <param name="gridX"/> documentation for "M:OpenCvSharp.NativeMethods.face_LBPHFaceRecognizer_create(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.IntPtr@)"]

gridY
Type: SystemInt32

[Missing <param name="gridY"/> documentation for "M:OpenCvSharp.NativeMethods.face_LBPHFaceRecognizer_create(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.IntPtr@)"]

threshold
Type: SystemDouble

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.face_LBPHFaceRecognizer_create(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.face_LBPHFaceRecognizer_create(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

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

See Also