Package gov.nih.mipav.model.algorithms
Class SIFTImageSimilarity.KeyPoint
java.lang.Object
gov.nih.mipav.model.algorithms.SIFTImageSimilarity.KeyPoint
- Enclosing class:
SIFTImageSimilarity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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)
-