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