类 StarDetector


  • public class StarDetector
    extends Feature2D
    此类实现了 CITE: Agrawal08 中介绍的关键点检测器,与 StarDetector 同义。
    • 构造函数详情

      • StarDetector

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

      • __fromPtr__

        public static StarDetector __fromPtr__​(long addr)
      • 创建

        public static StarDetector create​(int maxSize,
                                          int responseThreshold,
                                          int lineThresholdProjected,
                                          int lineThresholdBinarized,
                                          int suppressNonmaxSize)
      • 创建

        public static StarDetector create​(int maxSize,
                                          int responseThreshold,
                                          int lineThresholdProjected,
                                          int lineThresholdBinarized)
      • 创建

        public static StarDetector create​(int maxSize,
                                          int responseThreshold,
                                          int lineThresholdProjected)
      • 创建

        public static StarDetector create​(int maxSize,
                                          int responseThreshold)
      • 创建

        public static StarDetector create​(int maxSize)
      • setMaxSize

        public void setMaxSize​(int _maxSize)
      • getMaxSize

        public int getMaxSize()
      • setResponseThreshold

        public void setResponseThreshold​(int _responseThreshold)
      • getResponseThreshold

        public int getResponseThreshold()
      • setLineThresholdProjected

        public void setLineThresholdProjected​(int _lineThresholdProjected)
      • getLineThresholdProjected

        public int getLineThresholdProjected()
      • setLineThresholdBinarized

        public void setLineThresholdBinarized​(int _lineThresholdBinarized)
      • getLineThresholdBinarized

        public int getLineThresholdBinarized()
      • setSuppressNonmaxSize

        public void setSuppressNonmaxSize​(int _suppressNonmaxSize)
      • getSuppressNonmaxSize

        public int getSuppressNonmaxSize()
      • getDefaultName

        public java.lang.String getDefaultName()
        从类复制的描述:Algorithm
        返回算法字符串标识符。将对象保存到文件或字符串时,此字符串用作顶级 xml/yml 节点标签。
        重写
        getDefaultName 类中的 Feature2D
        返回
        自动生成
      • finalize

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