java.lang.Object
imagingbook.common.sift.KeyPoint
- All Implemented Interfaces:
Cloneable,Comparable<KeyPoint>
Represents a SIFT key point in hierarchical scale space. See Sec. 25.3 of [1] for more details. This class is non-public, instances are immutable.
[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).
- Version:
- 2022/11/20
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal floatmagnitude of DoG responsefinal intoctave indexfinal intlevel indexfinal floatabsolute scalefinal intlattice x-positionfinal intlattice y-positionfinal floatinterpolated lattice x-positionfinal floatreal x-position (in image coordinates)final floatinterpolated lattice y-positionfinal floatreal y-position (in image coordinates) -
Method Summary
-
Field Details
-
p
octave index -
q
level index -
u
lattice x-position -
v
lattice y-position -
x
interpolated lattice x-position -
y
interpolated lattice y-position -
x_real
real x-position (in image coordinates) -
y_real
real y-position (in image coordinates) -
scale
absolute scale -
magnitude
magnitude of DoG response
-
-
Method Details