Class AlgorithmBRISK.BriskLayer

  • Enclosing class:
    AlgorithmBRISK

    private class AlgorithmBRISK.BriskLayer
    extends java.lang.Object
    • Field Detail

      • scale

        private double scale
      • offset

        private double offset
      • scores

        private int[][] scores
      • xDim

        private int xDim
      • yDim

        private int yDim
    • Method Detail

      • getScale

        public double getScale()
      • getOffset

        public double getOffset()
      • getXDim

        public int getXDim()
      • getYDim

        public int getYDim()
      • getAgastPoints

        public void getAgastPoints​(int threshold,
                                   java.util.Vector<javax.vecmath.Point2i> keypoints)
      • isMax2D

        public boolean isMax2D​(int x_layer,
                               int y_layer)
      • getAgastScore

        public int getAgastScore​(double xf,
                                 double yf,
                                 int threshold)
      • getAgastScore

        public int getAgastScore​(double xf,
                                 double yf,
                                 int threshold,
                                 double scale)
      • getAgastScore

        public int getAgastScore​(int x,
                                 int y,
                                 int threshold)
      • getAgastScore_5_8

        public int getAgastScore_5_8​(int x,
                                     int y,
                                     int threshold)
      • value

        private int value​(int[][] scores,
                          double xf,
                          double yf,
                          double scale)