类 FastFeatureDetector


  • public class FastFeatureDetector
    extends Feature2D
    使用 FAST 方法进行特征检测的包装类。
    • 构造函数详细信息

      • FastFeatureDetector

        protected FastFeatureDetector​(long addr)
    • 方法详细信息

      • 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()
        从类复制的描述: Algorithm
        返回算法字符串标识符。 当对象保存到文件或字符串时,此字符串用作顶级 xml/yml 节点标签。
        重写
        getDefaultName 在类中 Feature2D
        返回
        自动生成
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        重写
        finalize 在类中 Feature2D
        抛出
        java.lang.Throwable