Click or drag to resize

NativeMethods.face_FisherFaceRecognizer_create 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 face_FisherFaceRecognizer_create(
	int numComponents,
	double threshold
)

Parameters

numComponents
Type: System.Int32
threshold
Type: System.Double

Return Value

Type: IntPtr
See Also