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; }
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; }