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.
- Author:
- Pete Bankhead
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getFeature
(int n) Get the value of the specified feature.getFeatureName
(int n) Get the name of the specified feature.int
Total number of Haralick features.toString()
-
Method Details
-
toString
-
getFeatureName
Get the name of the specified feature.- Parameters:
n
-- Returns:
-
nFeatures
public int nFeatures()Total number of Haralick features.- Returns:
-
getFeature
public double getFeature(int n) Get the value of the specified feature.- Parameters:
n
-- Returns:
-