| Package | Description |
|---|---|
| org.openimaj.feature | |
| org.openimaj.image.feature.local.aggregate |
Implementations of techniques that aggregate the local descriptors
of an image into a single (typically fixed length) vector
representation.
|
| org.openimaj.lsh.functions |
| Modifier and Type | Method and Description |
|---|---|
SparseDoubleFV |
SparseDoubleFV.concatenate(List<SparseDoubleFV> ins) |
SparseDoubleFV |
SparseDoubleFV.concatenate(SparseDoubleFV... ins) |
SparseDoubleFV |
SparseDoubleFV.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
double |
SparseDoubleFVComparison.compare(SparseDoubleFV h1,
SparseDoubleFV h2) |
SparseDoubleFV |
SparseDoubleFV.concatenate(SparseDoubleFV... ins) |
| Modifier and Type | Method and Description |
|---|---|
SparseDoubleFV |
SparseDoubleFV.concatenate(List<SparseDoubleFV> ins) |
| Modifier and Type | Method and Description |
|---|---|
SparseDoubleFV |
SoftBagOfVisualWords.aggregate(List<? extends LocalFeature<?,? extends ArrayFeatureVector<DATATYPE>>> features) |
SparseDoubleFV |
SoftBagOfVisualWords.aggregateVectors(List<? extends ArrayFeatureVector<DATATYPE>> features) |
SparseDoubleFV |
SoftBagOfVisualWords.aggregateVectorsRaw(List<DATATYPE> features)
Aggregate the given features into a vector.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DoubleHashFunction.computeHashCode(SparseDoubleFV feature)
Compute the hash code for the sparse feature vector.
|