コード例 #1
0
        public ResultVerify face_verification_threads(string face_descriptors_string, string video_path, double level_verification)
        {
            ResultVerify ret = new ResultVerify(facerecognitionPINVOKE.FaceRecDLib_face_verification_threads(swigCPtr, face_descriptors_string, video_path, level_verification), true);

            if (facerecognitionPINVOKE.SWIGPendingException.Pending)
            {
                throw facerecognitionPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ResultVerify obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }