| 类 | 说明 |
|---|---|
| Extractor |
The Extractor is a configurable class that extracts multiple features from multiple images
and puts them into a data file.
|
| HashingIndexor |
This class extends Indexor and does hashing (bit sampling) on a given feature.
|
| Indexor |
The Indexor (yes, I know the hashFunctionsFileName sounds weird, but it should match the Extractor class, and not
the Lucene Indexing classes) reads data files created by the
Extractor. |
| ParallelExtractor |
The Extractor is a configurable class that extracts multiple features from multiple images
and puts them into a data file.
|
| ProximityHashingIndexor |
The Indexor (yes, I know the hashFunctionsFileName sounds weird, but it should match the Extractor class, and not
the Lucene Indexing classes) reads data files created by the
Extractor. |