Modifier and Type | Class and Description |
---|---|
class |
MultidimensionalByteFV
Basic byte multidimensional feature vector implementation
|
class |
OrientedFeatureVector
Byte featurevector with an associated orientation
|
Modifier and Type | Method and Description |
---|---|
ByteFV |
ByteFV.clone() |
ByteFV |
ByteFV.concatenate(ByteFV... ins) |
ByteFV |
ByteFV.concatenate(List<ByteFV> ins) |
ByteFV |
ByteFV.newInstance() |
ByteFV |
ByteFV.subvector(int beginIndex) |
ByteFV |
ByteFV.subvector(int beginIndex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
double |
ByteFVComparison.compare(ByteFV h1,
ByteFV h2) |
double |
ByteFV.compare(ByteFV h,
ByteFVComparison method)
Compare this FV to another with the given method.
|
ByteFV |
ByteFV.concatenate(ByteFV... ins) |
Modifier and Type | Method and Description |
---|---|
ByteFV |
ByteFV.concatenate(List<ByteFV> ins) |
Modifier and Type | Method and Description |
---|---|
boolean |
ByteEntropyFilter.test(LocalFeature<?,ByteFV> object) |
Modifier and Type | Method and Description |
---|---|
ByteFV |
ByteDSIFTKeypoint.getFeatureVector() |
Modifier and Type | Method and Description |
---|---|
ByteFV |
SIFTGeoKeypoint.getFeatureVector() |
ByteFV |
Keypoint.getFeatureVector() |
Modifier and Type | Method and Description |
---|---|
int |
ByteHashFunction.computeHashCode(ByteFV feature)
Compute the hash code for the feature vector.
|