| 限定符和类型 | 方法和说明 |
|---|---|
void |
VLAD.createVectorRepresentation(java.util.List<? extends LocalFeature> listOfLocalFeatures,
Cluster[] clustersArray)
Given a list of features and a codebook,
VLAD.createVectorRepresentation(List, Cluster[]) aggregates
the features to create the vector representation according to the VLAD model. |
void |
ShapemeAggregator.createVectorRepresentation(java.util.List<? extends LocalFeature> list,
Cluster[] clusters) |
void |
BOVW.createVectorRepresentation(java.util.List<? extends LocalFeature> listOfLocalFeatures,
Cluster[] clustersArray)
Given a list of features and a codebook,
BOVW.createVectorRepresentation(List, Cluster[]) aggregates
the features to create the vector representation according to the BOVW model. |
void |
Aggregator.createVectorRepresentation(java.util.List<? extends LocalFeature> listOfLocalFeatures,
Cluster[] clustersArray)
This method is used to create the vector representation of an image using the list of Features and a codebook
|
void |
ShapemeAggregator.createVisualWords(java.util.List<? extends LocalFeature> list,
Cluster[] clusters) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.lucene.document.Field[] |
AbstractLocalDocumentBuilder.createLocalDescriptorFields(java.util.List<? extends LocalFeature> listOfLocalFeatures,
ExtractorItem extractorItem,
java.util.LinkedList<Cluster[]> listOfCodebooks)
Creates the Lucene Fiels with the vector representation of list of local features.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends LocalFeature> |
LocalFeatureExtractor.getClassOfFeatures() |
java.util.List<? extends LocalFeature> |
LocalFeatureExtractor.getFeatures() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CvSiftFeature
Created by Nektarios on 1/10/2014.
|
class |
CvSurfFeature
Created by Nektarios on 1/10/2014.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends LocalFeature> |
CvSurfExtractor.getClassOfFeatures() |
java.lang.Class<? extends LocalFeature> |
CvSiftExtractor.getClassOfFeatures() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SelfSimilaritiesFeature
Created by Nektarios on 12/1/2015.
|
class |
SelfSimilaritiesOrigFeature
Created by Nektarios on 12/1/2015.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends LocalFeature> |
SelfSimilaritiesOrigExtractor.getClassOfFeatures() |
java.lang.Class<? extends LocalFeature> |
SelfSimilaritiesExtractor.getClassOfFeatures() |
java.util.List<? extends LocalFeature> |
SelfSimilaritiesOrigExtractor.getFeatures() |
java.util.List<? extends LocalFeature> |
SelfSimilaritiesExtractor.getFeatures() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ShapeContext
Created by Lukas Knoch on 16.09.15.
|
class |
ShapemeHistogram
Created by Lukas Knoch on 23.09.15.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends LocalFeature> |
ShapeContextExtractor.getClassOfFeatures() |
java.util.List<? extends LocalFeature> |
ShapeContextExtractor.getFeatures() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SiftFeature
SIFT feature container
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends LocalFeature> |
SiftExtractor.getClassOfFeatures() |
java.util.List<? extends LocalFeature> |
SiftExtractor.getFeatures() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleFeature
Created by Nektarios on 25/3/2015.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends LocalFeature> |
SimpleExtractor.getClassOfFeatures() |
java.util.List<? extends LocalFeature> |
SimpleExtractor.getFeatures() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SurfFeature
Mathias Lux, mathias@juggle.at
Date: 29.09.2010
Time: 15:44:14
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends LocalFeature> |
SurfExtractor.getClassOfFeatures() |
java.util.List<? extends LocalFeature> |
SurfExtractor.getFeatures() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<? extends LocalFeature> |
WorkItem.getListOfFeatures() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WorkItem.setListOfFeatures(java.util.List<? extends LocalFeature> listOfFeatures) |
| 构造器和说明 |
|---|
WorkItem(java.lang.String path,
java.util.List<? extends LocalFeature> listOfFeatures) |