NativeMethodsface_EigenFaceRecognizer_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr face_EigenFaceRecognizer_create( int numComponents, double threshold )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function face_EigenFaceRecognizer_create ( numComponents As Integer, threshold As Double ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr face_EigenFaceRecognizer_create( int numComponents, double threshold )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member face_EigenFaceRecognizer_create : numComponents : int * threshold : float -> IntPtr
OpenCvSharp.NativeMethods.face_EigenFaceRecognizer_create = function(numComponents, threshold);