String tmp = String.format("ukbench%05d", i);
String featfile = path + tmp + ".surf";
InterestPointListInfo info = InterestPointInfoReader.readComplete(featfile);
List<SURFInterestPoint> surfPoints = null;
if (info != null) surfPoints = info.getList();
ie.buildIndex(surfPoints, i);
}
ie.buildWeight();
ie.saveIndex(indexPath);
ie.saveHistogram(histogramPath);
ie.saveWeight(weightPath);