public class SiftMatch extends Object implements Comparable<SiftMatch>
| Constructor and Description |
|---|
SiftMatch(SiftDescriptor descriptor1,
SiftDescriptor descriptor2,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SiftMatch match2) |
SiftDescriptor |
getDescriptor1() |
SiftDescriptor |
getDescriptor2() |
double |
getDistance() |
String |
toString() |
public SiftMatch(SiftDescriptor descriptor1, SiftDescriptor descriptor2, double distance)
public SiftDescriptor getDescriptor1()
public SiftDescriptor getDescriptor2()
public double getDistance()
public int compareTo(SiftMatch match2)
compareTo in interface Comparable<SiftMatch>Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)