Package | Description |
---|---|
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.math.images |
Provides mathematical operations on images.
|
Modifier and Type | Field and Description |
---|---|
private ImageStatistics.StatValue |
FeatureCalculatorIntensityStats.statMeasure
Statistical measure to be calculated.
|
private ImageStatistics.StatValue |
FeatureCalculatorIntensityStatsResult.statMeasure
Statistical measure to be calculated.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureCalculatorIntensityStats.setMeasure(ImageStatistics.StatValue s)
Specify feature measure to extract.
|
Constructor and Description |
---|
FeatureCalculatorIntensityStatsResult(ImageStatistics.StatValue mod,
double value)
Default constructor.
|
Modifier and Type | Field and Description |
---|---|
private ImageStatistics.StatValue |
ImageStatistics.calcMode |
Modifier and Type | Method and Description |
---|---|
static ImageStatistics.StatValue |
ImageStatistics.StatValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageStatistics.StatValue[] |
ImageStatistics.StatValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImageStatistics(MTBImage inimg,
ImageStatistics.StatValue mode)
Constructor with image argument.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.