Package | Description |
---|---|
imagingbook.pub.sift |
Modifier and Type | Method and Description |
---|---|
SiftDescriptor |
SiftMatch3.getDescriptor1() |
SiftDescriptor |
SiftMatch.getDescriptor1() |
SiftDescriptor |
SiftMatch3.getDescriptor2() |
SiftDescriptor |
SiftMatch.getDescriptor2() |
SiftDescriptor |
SiftMatch3.getDescriptor3() |
Modifier and Type | Method and Description |
---|---|
List<SiftDescriptor> |
SiftDetector.getSiftFeatures()
THE REAL STUFF: Creating the SIFT Descriptors
|
Modifier and Type | Method and Description |
---|---|
int |
SiftDescriptor.compareTo(SiftDescriptor d2) |
double |
SiftDescriptor.getDistanceL1(SiftDescriptor other) |
double |
SiftDescriptor.getDistanceL2(SiftDescriptor other) |
double |
SiftDescriptor.getDistanceLinf(SiftDescriptor other) |
Modifier and Type | Method and Description |
---|---|
List<SiftMatch> |
SiftMatcher.matchDescriptors(List<SiftDescriptor> sfB) |
Constructor and Description |
---|
SiftMatch(SiftDescriptor descriptor1,
SiftDescriptor descriptor2,
double distance) |
SiftMatch3(SiftDescriptor descriptor1,
SiftDescriptor descriptor2,
SiftDescriptor descriptor3,
double distance) |
Constructor and Description |
---|
SiftMatcher(List<SiftDescriptor> sfA) |
SiftMatcher(List<SiftDescriptor> sfA,
SiftMatcher.Parameters params) |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)