Package | Description |
---|---|
de.unihalle.informatik.MiToBo.apps.cytoskeleton |
Provides tools and applications for quantifying actin filament structures in
microscopy images of cells.
|
de.unihalle.informatik.MiToBo.features.texture |
Provides operators for calculating texture features from given images, e.g.,
Haralick measures.
|
Modifier and Type | Field and Description |
---|---|
private static Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> |
CytoskeletonFeatureExtractorHaralickMeasures.defaultDirections
Default directions for Haralick features.
|
protected Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> |
CytoskeletonFeatureExtractorHaralickMeasures.directions
Directions for calculating cooccurrence matrices.
|
Modifier and Type | Method and Description |
---|---|
void |
CytoskeletonFeatureExtractorHaralickMeasures.setHaralickDirections(Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> dirs)
Set directions for which to calculate cooccurence matrices.
|
Modifier and Type | Field and Description |
---|---|
private Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> |
FeatureCalculatorHaralickMeasures.directions
Directions.
|
Modifier and Type | Method and Description |
---|---|
static FeatureCalculatorHaralickMeasures.HaralickDirection |
FeatureCalculatorHaralickMeasures.HaralickDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureCalculatorHaralickMeasures.HaralickDirection[] |
FeatureCalculatorHaralickMeasures.HaralickDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected double[][] |
FeatureCalculatorHaralickMeasures.calcMatrix(FeatureCalculatorHaralickMeasures.HaralickDirection dir)
Extracts the co-occurence matrix for the given distance and direction.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureCalculatorHaralickMeasures.setDirections(Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> dirs)
Directions to be analyzed.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.