Package | Description |
---|---|
org.openimaj.feature | |
org.openimaj.feature.local.quantised | |
org.openimaj.lsh.functions |
Modifier and Type | Class and Description |
---|---|
class |
MultidimensionalIntFV
Basic int multidimensional feature vector implementation
|
Modifier and Type | Method and Description |
---|---|
IntFV |
IntFV.clone() |
IntFV |
IntFV.concatenate(IntFV... ins) |
IntFV |
IntFV.concatenate(List<IntFV> ins) |
IntFV |
IntFV.newInstance() |
IntFV |
IntFV.subvector(int beginIndex) |
IntFV |
IntFV.subvector(int beginIndex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
double |
IntFVComparison.compare(IntFV h1,
IntFV h2) |
double |
IntFV.compare(IntFV h,
IntFVComparison method)
Compare this FV to another with the given method.
|
IntFV |
IntFV.concatenate(IntFV... ins) |
Modifier and Type | Method and Description |
---|---|
IntFV |
IntFV.concatenate(List<IntFV> ins) |
Modifier and Type | Method and Description |
---|---|
IntFV |
QuantisedLocalFeature.getFeatureVector() |
Modifier and Type | Method and Description |
---|---|
int |
IntHashFunction.computeHashCode(IntFV feature)
Compute the hash code for the feature vector.
|