NativeMethodsface_EigenFaceRecognizer_create Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.face_EigenFaceRecognizer_create(System.Int32,System.Double,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus face_EigenFaceRecognizer_create( int numComponents, double threshold, out IntPtr returnValue )
Public Shared Function face_EigenFaceRecognizer_create ( numComponents As Integer, threshold As Double, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus face_EigenFaceRecognizer_create( int numComponents, double threshold, [OutAttribute] IntPtr% returnValue )
static member face_EigenFaceRecognizer_create : numComponents : int * threshold : float * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="numComponents"/> documentation for "M:OpenCvSharp.NativeMethods.face_EigenFaceRecognizer_create(System.Int32,System.Double,System.IntPtr@)"]
[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.face_EigenFaceRecognizer_create(System.Int32,System.Double,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.face_EigenFaceRecognizer_create(System.Int32,System.Double,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.face_EigenFaceRecognizer_create(System.Int32,System.Double,System.IntPtr@)"]