public class HarrisTest {
public static void main(String[] args) throws IOException {
BufferedImage bi = ImageIO.read(new File("/Users/axman/Downloads/logo/img/alipay_logo1.png"));
HarrisSurf tempalte_hs = new HarrisSurf(bi);
tempalte_hs.getDescriptions(tempalte_hs.detectInterestPoints(), false);
List<SURFInterestPoint> al = tempalte_hs.getInterestPoints();
BufferedImage bi1 = ImageIO.read(new File("/Users/axman/Downloads/logo/img/alipay_logo1.png"));
long start = System.currentTimeMillis();