Class AlgorithmBRISK.KeyPoint

  • Enclosing class:
    AlgorithmBRISK

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

      Fields 
      Modifier and Type Field Description
      private double angle  
      private int class_id  
      private int octave  
      private javax.vecmath.Point2d pt  
      private double response  
      private double size  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyPoint​(double x, double y, double size, double angle, double response, int octave)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAngle()  
      javax.vecmath.Point2d getPt()  
      double getSize()  
      void setAngle​(double angle)  
      • Methods inherited from class java.lang.Object

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

      • pt

        private javax.vecmath.Point2d pt
      • size

        private double size
      • angle

        private double angle
      • response

        private double response
      • octave

        private int octave
      • class_id

        private int class_id
    • Constructor Detail

      • KeyPoint

        public KeyPoint​(double x,
                        double y,
                        double size,
                        double angle,
                        double response,
                        int octave)
    • Method Detail

      • setAngle

        public void setAngle​(double angle)
      • getPt

        public javax.vecmath.Point2d getPt()
      • getSize

        public double getSize()
      • getAngle

        public double getAngle()