Beispiel #1
0
 double TryRoot(MinutiaPair root)
 {
     CreateRootPairing(root);
     BuildPairing();
     return(ComputeScore());
 }