Class AgastFeatureDetector


  • public class AgastFeatureDetector
    extends Feature2D
    • Constructor Detail

      • AgastFeatureDetector

        protected AgastFeatureDetector​(long addr)
    • Method Detail

      • getType

        public int getType()
      • create

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

        public boolean getNonmaxSuppression()
      • getThreshold

        public int getThreshold()
      • setNonmaxSuppression

        public void setNonmaxSuppression​(boolean f)
      • setThreshold

        public void setThreshold​(int threshold)
      • setType

        public void setType​(int type)
      • finalize

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