Class FastFeatureDetector


  • public class FastFeatureDetector
    extends Feature2D
    • Constructor Detail

      • FastFeatureDetector

        protected FastFeatureDetector​(long addr)
    • Method Detail

      • getType

        public int getType()
      • create

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

        public static FastFeatureDetector create​(int threshold,
                                                 boolean nonmaxSuppression)
      • 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