Class AlgorithmBRISK.BriskPatternPoint

  • Enclosing class:
    AlgorithmBRISK

    private class AlgorithmBRISK.BriskPatternPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double sigma  
      private double x  
      private double y  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getSigma()  
      double getX()  
      double getY()  
      void setSigma​(double sigma)  
      void setX​(double x)  
      void setY​(double y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        private double x
      • y

        private double y
      • sigma

        private double sigma
    • Constructor Detail

      • BriskPatternPoint

        public BriskPatternPoint()
    • Method Detail

      • setX

        public void setX​(double x)
      • setY

        public void setY​(double y)
      • setSigma

        public void setSigma​(double sigma)
      • getX

        public double getX()
      • getY

        public double getY()
      • getSigma

        public double getSigma()