Interface InterestPointScaleSpacePyramid<T extends ImageGray<T>>

All Known Implementing Classes:
FeatureLaplacePyramid, FeaturePyramid

public interface InterestPointScaleSpacePyramid<T extends ImageGray<T>>
Interest point detector for Scale-Space Pyramid images.
  • Method Details

    • detect

      void detect(PyramidFloat<T> ss)
      Detect features in the scale space image
      Parameters:
      ss - Scale space of an image
    • getInterestPoints

      List<ScalePoint> getInterestPoints()
      Returns all the found interest points
      Returns:
      List of found interest points.