ie.buildIndex(surfPoints, i);
}
ie.buildWeight();
ie.saveIndex(indexPath);
ie.saveHistogram(histogramPath);
ie.saveWeight(weightPath);
}
System.out.println("Begin to Search");
long start = System.currentTimeMillis();
String featfile = path + "ukbench00001" + ".surf";