Package | Description |
---|---|
de.unihalle.informatik.MiToBo.features |
Provides operators for calculating features from given images, e.g., statistical
indicators or texture measures.
|
de.unihalle.informatik.MiToBo.features.statistical |
Provides operators for calculating statistical image features, e.g., average
intensities or variances, or moments of the intensity distribution.
|
de.unihalle.informatik.MiToBo.features.texture |
Provides operators for calculating texture features from given images, e.g.,
Haralick measures.
|
de.unihalle.informatik.MiToBo.features.texture.lbp |
Modifier and Type | Field and Description |
---|---|
protected FeatureCalculatorResult |
FeatureCalculator.resultObj
Result data object, e.g., an image, a histogram, a vector, ....
|
Modifier and Type | Method and Description |
---|---|
FeatureCalculatorResult |
FeatureCalculator.getResultData()
Returns result data object.
|
protected abstract FeatureCalculatorResult |
FeatureCalculator.getResultDataObjectInvalid(int d)
Helper method to allow for requesting invalid dummy results.
|
Modifier and Type | Method and Description |
---|---|
void |
TileFeatureCalculatorResult.addResult(FeatureCalculatorResult[] data)
Adds result data to the object.
|
private void |
TileFeatureCalculator.addResultImages(FeatureCalculatorResult[] data)
Generates a visual representation of the tile data and stores it.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureCalculatorIntensityStatsResult
Class representing the result of statistical feature calculations.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureCalculatorHaralickMeasuresResult
Class representing the result of statistical feature calculations.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureCalculatorLBPResult
Class representing the LBP features.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.