| 接口 | 说明 |
|---|---|
| DocumentBuilder |
Creating an Index
Use DocumentBuilderFactory to create a DocumentBuilder, which
will create Lucene Documents from images.
|
| 类 | 说明 |
|---|---|
| AbstractLocalDocumentBuilder |
This class is used by the LocalDocumentBuilder and the SimpleDocumentBuilder to create
Lucene Documents for Local Features.
|
| GlobalDocumentBuilder |
This class creates Lucene Documents from images using one or multiple Global Features.
|
| LocalDocumentBuilder |
This class creates Lucene Documents from images using one or multiple Local Features.
|
| SimpleDocumentBuilder |
This class can be used as the LocalDocumentBuilder class, in order to create Lucene Documents
according to the SIMPLE model (see features.local.simple package)
Created by Nektarios on 03/06/2015.
|
| 枚举 | 说明 |
|---|---|
| GlobalDocumentBuilder.HashingMode |