Class SiftMatch

java.lang.Object
imagingbook.common.sift.SiftMatch
All Implemented Interfaces:
Comparable<SiftMatch>

public class SiftMatch extends Object implements 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