| 程序包 | 说明 |
|---|---|
| net.semanticmetadata.lire.imageanalysis.features.global | |
| net.semanticmetadata.lire.imageanalysis.features.global.correlogram |
| 构造器和说明 |
|---|
AutoColorCorrelogram(IAutoCorrelogramFeatureExtractor extractionAlgorith)
Creates a new AutoCorrelogram with specified algorithm of extraction
Uses distance set {1,2,3,4} which is chosen to be compatible with legacy code
|
AutoColorCorrelogram(int[] distanceSet,
IAutoCorrelogramFeatureExtractor extractionAlgorith)
Creates a new AutoCorrelogram with specified algorithm of extraction and distance set
|
AutoColorCorrelogram(int numBins,
int[] distanceSet,
IAutoCorrelogramFeatureExtractor extractionAlgorith)
Creates a new AutoColorCorrelogram using a maximum L_inf pixel distance for analysis and given mode
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DynamicProgrammingAutoCorrelogramExtraction
DynamicProgrammingAutoCorrelogramExtraction is an implementation of dynamic programming approach to
build auto-correlogram feature vector from images.
|
class |
MLuxAutoCorrelogramExtraction
This method was developed by Mathias Lux.
|
class |
NaiveAutoCorrelogramExtraction
NaiveAutoCorrelogramExtraction is an implementation of the naice approach to extract auto-correlogram
feature vector from images (Full Neighborhood is used).
|