Beispiel #1
0
 public void SelectProbe(Template probe)
 {
     ProbeIndex = new PairInfo[probe.Minutiae.Length];
     PairList = new PairInfo[probe.Minutiae.Length];
     for (int i = 0; i < PairList.Length; ++i)
         PairList[i] = new PairInfo();
     PairCount = 0;
 }
Beispiel #2
0
 public void SelectProbe(Template probe)
 {
     ProbeIndex = new PairInfo[probe.Minutiae.Length];
     PairList   = new PairInfo[probe.Minutiae.Length];
     for (int i = 0; i < PairList.Length; ++i)
     {
         PairList[i] = new PairInfo();
     }
     PairCount = 0;
 }