|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureCalculatorHaralickMeasures.HaralickDirection | |
---|---|
de.unihalle.informatik.MiToBo.apps.actinAnalysis | 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. |
Uses of FeatureCalculatorHaralickMeasures.HaralickDirection in de.unihalle.informatik.MiToBo.apps.actinAnalysis |
---|
Fields in de.unihalle.informatik.MiToBo.apps.actinAnalysis with type parameters of type FeatureCalculatorHaralickMeasures.HaralickDirection | |
---|---|
protected Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> |
ActinFeatureExtractorHaralickMeasures.directions
Directions for calculating cooccurrence matrices. |
protected Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> |
ActinAnalyzer2D.directions
Set of directions. |
Method parameters in de.unihalle.informatik.MiToBo.apps.actinAnalysis with type arguments of type FeatureCalculatorHaralickMeasures.HaralickDirection | |
---|---|
void |
ActinFeatureExtractorHaralickMeasures.setHaralickDirections(Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> dirs)
Set directions for which to calculate cooccurence matrices. |
Uses of FeatureCalculatorHaralickMeasures.HaralickDirection in de.unihalle.informatik.MiToBo.features.texture |
---|
Methods in de.unihalle.informatik.MiToBo.features.texture that return FeatureCalculatorHaralickMeasures.HaralickDirection | |
---|---|
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. |
Methods in de.unihalle.informatik.MiToBo.features.texture with parameters of type FeatureCalculatorHaralickMeasures.HaralickDirection | |
---|---|
protected double[][] |
FeatureCalculatorHaralickMeasures.calcMatrix(FeatureCalculatorHaralickMeasures.HaralickDirection dir)
Extracts the co-occurence matrix for the given distance and direction. |
Method parameters in de.unihalle.informatik.MiToBo.features.texture with type arguments of type FeatureCalculatorHaralickMeasures.HaralickDirection | |
---|---|
void |
FeatureCalculatorHaralickMeasures.setDirections(Vector<FeatureCalculatorHaralickMeasures.HaralickDirection> dirs)
Directions to be analyzed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |