Class SIFTImageSimilarity.KeyPoint

  • Enclosing class:
    SIFTImageSimilarity

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

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

      Constructors 
      Constructor Description
      KeyPoint()  
      KeyPoint​(javax.vecmath.Point2d pt, double size, double angle, double response, int octave)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pt

        public javax.vecmath.Point2d pt
      • size

        public double size
      • angle

        private double angle
      • response

        public double response
      • octave

        public int octave
      • class_id

        private int class_id
    • Constructor Detail

      • KeyPoint

        public KeyPoint()
      • KeyPoint

        public KeyPoint​(javax.vecmath.Point2d pt,
                        double size,
                        double angle,
                        double response,
                        int octave)