Class AlgorithmBRISK.BriskLayer

java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmBRISK.BriskLayer
Enclosing class:
AlgorithmBRISK

private class AlgorithmBRISK.BriskLayer extends Object
  • Field Details

    • image

      private ModelImage image
    • scale

      private double scale
    • offset

      private double offset
    • scores

      private int[][] scores
    • xDim

      private int xDim
    • yDim

      private int yDim
    • oastDetector

      OastDetector9_16 oastDetector
    • agastDetector_5_8

      AgastDetector5_8 agastDetector_5_8
  • Constructor Details

  • Method Details

    • getScale

      public double getScale()
    • getOffset

      public double getOffset()
    • getImage

      public ModelImage getImage()
    • getXDim

      public int getXDim()
    • getYDim

      public int getYDim()
    • getAgastPoints

      public void getAgastPoints(int threshold, 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)