类 GFTTDetector


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

      • GFTTDetector

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

      • __fromPtr__

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

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel,
                                          double minDistance,
                                          int blockSize,
                                          boolean useHarrisDetector,
                                          double k)
      • 创建

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel,
                                          double minDistance,
                                          int blockSize,
                                          boolean useHarrisDetector)
      • 创建

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel,
                                          double minDistance,
                                          int blockSize)
      • 创建

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel,
                                          double minDistance)
      • 创建

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel)
      • 创建

        public static GFTTDetector create​(int maxCorners)
      • 创建

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel,
                                          double minDistance,
                                          int blockSize,
                                          int gradiantSize,
                                          boolean useHarrisDetector,
                                          double k)
      • 创建

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel,
                                          double minDistance,
                                          int blockSize,
                                          int gradiantSize,
                                          boolean useHarrisDetector)
      • 创建

        public static GFTTDetector create​(int maxCorners,
                                          double qualityLevel,
                                          double minDistance,
                                          int blockSize,
                                          int gradiantSize)
      • setMaxFeatures

        public void setMaxFeatures​(int maxFeatures)
      • getMaxFeatures

        public int getMaxFeatures()
      • setQualityLevel

        public void setQualityLevel​(double qlevel)
      • getQualityLevel

        public double getQualityLevel()
      • setMinDistance

        public void setMinDistance​(double minDistance)
      • getMinDistance

        public double getMinDistance()
      • setBlockSize

        public void setBlockSize​(int blockSize)
      • getBlockSize

        public int getBlockSize()
      • setGradientSize

        public void setGradientSize​(int gradientSize_)
      • getGradientSize

        public int getGradientSize()
      • setHarrisDetector

        public void setHarrisDetector​(boolean val)
      • getHarrisDetector

        public boolean getHarrisDetector()
      • setK

        public void setK​(double k)
      • getK

        public double getK()
      • getDefaultName

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

        protected void finalize()
                         throws java.lang.Throwable
        覆盖
        finalize 在类 Feature2D
        抛出
        java.lang.Throwable