Class FastFeatureDetector


  • public class FastFeatureDetector
    extends Feature2D
    Wrapping class for feature detection using the FAST method. :
    • Constructor Detail

      • FastFeatureDetector

        protected FastFeatureDetector​(long addr)
    • Method Detail

      • create

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

        public static FastFeatureDetector create​(int threshold,
                                                 boolean nonmaxSuppression)
      • 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 java.lang.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 java.lang.Throwable
        Overrides:
        finalize in class Feature2D
        Throws:
        java.lang.Throwable