Package qupath.lib.analysis.features
Class HaralickFeatures
java.lang.Object
qupath.lib.analysis.features.HaralickFeatures
Helper class for computing Haralick features given a cooccurrence matrix.
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetFeature(int n) Get the value of the specified feature.getFeatureName(int n) Get the name of the specified feature.intTotal number of Haralick features.toString()
- 
Method Details- 
toString
- 
getFeatureNameGet the name of the specified feature.- Parameters:
- n-
- Returns:
 
- 
nFeaturespublic int nFeatures()Total number of Haralick features.- Returns:
 
- 
getFeaturepublic double getFeature(int n) Get the value of the specified feature.- Parameters:
- n-
- Returns:
 
 
-