java.lang.Object
imagingbook.common.sift.SiftMatch
- All Implemented Interfaces:
Comparable<SiftMatch>
Represents a match between two SIFT features. See Secs. 25.5 of [1] for more details. Instances are immutable.
[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).
- Version:
- 2022/11/20
-
Constructor Summary
ConstructorsConstructorDescriptionSiftMatch
(SiftDescriptor descriptor1, SiftDescriptor descriptor2, double distance) -
Method Summary
-
Constructor Details
-
SiftMatch
-
-
Method Details
-
getDescriptor1
-
getDescriptor2
-
getDistance
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SiftMatch>
-
toString
-