public class SiftDescriptor extends Object implements Comparable<SiftDescriptor>
Constructor and Description |
---|
SiftDescriptor(double x,
double y,
double scale,
double magnitude,
double orientation,
int[] features) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SiftDescriptor d2) |
double |
getDistanceL1(SiftDescriptor other) |
double |
getDistanceL2(SiftDescriptor other) |
double |
getDistanceLinf(SiftDescriptor other) |
int[] |
getFeatures() |
double |
getMagnitude() |
double |
getOrientation() |
double |
getScale() |
double |
getX() |
double |
getY() |
String |
toString() |
public SiftDescriptor(double x, double y, double scale, double magnitude, double orientation, int[] features)
public double getX()
public double getY()
public double getScale()
public double getMagnitude()
public double getOrientation()
public int[] getFeatures()
public double getDistanceL1(SiftDescriptor other)
public double getDistanceL2(SiftDescriptor other)
public double getDistanceLinf(SiftDescriptor other)
public int compareTo(SiftDescriptor d2)
compareTo
in interface Comparable<SiftDescriptor>
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)