示例#1
0
 public Status EnrollExtractFaceprints(EnrollExtractArgs args)
 {
     _enrollExtractArgs = args; // store to prevent the delegates to be garbage collected
     return(rsid_extract_faceprints_for_enroll(_handle, ref args));
 }
示例#2
0
 static extern Status rsid_extract_faceprints_for_enroll(IntPtr rsid_authenticator, ref EnrollExtractArgs enrollExtractArgs);