Interface InterestPointScaleSpace<T extends ImageGray<T>,D extends ImageGray<D>>


public interface InterestPointScaleSpace<T extends ImageGray<T>,D extends ImageGray<D>>
Interest point detector for Scale Space images.
  • Method Details

    • detect

      void detect(GaussianScaleSpace<T,D> 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.