Class SIFTImageSimilarity.KeyPoint

java.lang.Object
gov.nih.mipav.model.algorithms.SIFTImageSimilarity.KeyPoint
Enclosing class:
SIFTImageSimilarity

private class SIFTImageSimilarity.KeyPoint extends Object
  • Field Details

    • 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 Details

    • KeyPoint

      public KeyPoint()
    • KeyPoint

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