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