Class AgastFeatureDetector


public class AgastFeatureDetector extends Feature2D
Wrapping class for feature detection using the AGAST method. :
  • Field Details

  • Constructor Details

    • AgastFeatureDetector

      protected AgastFeatureDetector(long addr)
  • Method Details

    • __fromPtr__

      public static AgastFeatureDetector __fromPtr__(long addr)
    • create

      public static AgastFeatureDetector create(int threshold, boolean nonmaxSuppression, int type)
    • create

      public static AgastFeatureDetector create(int threshold, boolean nonmaxSuppression)
    • create

      public static AgastFeatureDetector create(int threshold)
    • create

      public static AgastFeatureDetector create()
    • setThreshold

      public void setThreshold(int threshold)
    • getThreshold

      public int getThreshold()
    • setNonmaxSuppression

      public void setNonmaxSuppression(boolean f)
    • getNonmaxSuppression

      public boolean getNonmaxSuppression()
    • setType

      public void setType(int type)
    • getType

      public int getType()
    • getDefaultName

      public String getDefaultName()
      Description copied from class: Algorithm
      Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string.
      Overrides:
      getDefaultName in class Feature2D
      Returns:
      automatically generated
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Feature2D
      Throws:
      Throwable