NativeMethodsface_FaceRecognizer_predict2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void face_FaceRecognizer_predict2( IntPtr obj, IntPtr src, out int label, out double confidence )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub face_FaceRecognizer_predict2 ( obj As IntPtr, src As IntPtr, <OutAttribute> ByRef label As Integer, <OutAttribute> ByRef confidence As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void face_FaceRecognizer_predict2( IntPtr obj, IntPtr src, [OutAttribute] int% label, [OutAttribute] double% confidence )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member face_FaceRecognizer_predict2 : obj : IntPtr * src : IntPtr * label : int byref * confidence : float byref -> unit
OpenCvSharp.NativeMethods.face_FaceRecognizer_predict2 = function(obj, src, label, confidence);