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 float
magnitude of DoG responsefinal int
octave indexfinal int
level indexfinal float
absolute scalefinal int
lattice x-positionfinal int
lattice y-positionfinal float
interpolated lattice x-positionfinal float
real x-position (in image coordinates)final float
interpolated lattice y-positionfinal float
real 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