surf
Interface Detector

All Known Implementing Classes:
Fast_Hessian

public interface Detector

Generic interface for a Detector class.

Author:
Alessandro Martini, Claudio Fantacci

Method Summary
 java.util.ArrayList<Interest_Point> generateInterestPoints()
          Detects all the Interest Points in a given image and then returns them as an ArrayList.
 

Method Detail

generateInterestPoints

java.util.ArrayList<Interest_Point> generateInterestPoints()
Detects all the Interest Points in a given image and then returns them as an ArrayList.

Returns:
An ArrayList of Interest_Point


processing library SURF by Claudio Fantacci, Alessandro Martini. (c) 2009