类 AgastFeatureDetector


  • public class AgastFeatureDetector
    extends Feature2D
    使用 AGAST 方法进行特征检测的包装类。
    • 构造函数详情

      • AgastFeatureDetector

        protected AgastFeatureDetector​(long addr)
    • 方法详情

      • 创建

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