public static enum Region2DSkeletonAnalyzer.FeatureNames extends Enum<Region2DSkeletonAnalyzer.FeatureNames>
These names are also used as headers in the result table.
Enum Constant and Description |
---|
AvgBranchEndpointDistance
Average distance of branch endpoints to background.
|
AvgBranchLength
Average lengths of branches.
|
BranchCount
Number of branches.
|
LargestEmptyCircle
Radius of maximal empty circle inscribed in region.
|
LongestSkeletonPathLength
Longest path in skeleton.
|
MaxCoreRegionWidth
Thrid quartile width of core region (non-branch section).
|
MinCoreRegionWidth
First quartile width of core region (non-branch section).
|
RegionID
Integer ID of region (for reference purposes).
|
Modifier and Type | Method and Description |
---|---|
static Region2DSkeletonAnalyzer.FeatureNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region2DSkeletonAnalyzer.FeatureNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Region2DSkeletonAnalyzer.FeatureNames RegionID
public static final Region2DSkeletonAnalyzer.FeatureNames BranchCount
public static final Region2DSkeletonAnalyzer.FeatureNames AvgBranchLength
public static final Region2DSkeletonAnalyzer.FeatureNames AvgBranchEndpointDistance
public static final Region2DSkeletonAnalyzer.FeatureNames LongestSkeletonPathLength
public static final Region2DSkeletonAnalyzer.FeatureNames MinCoreRegionWidth
public static final Region2DSkeletonAnalyzer.FeatureNames MaxCoreRegionWidth
public static final Region2DSkeletonAnalyzer.FeatureNames LargestEmptyCircle
public static Region2DSkeletonAnalyzer.FeatureNames[] values()
for (Region2DSkeletonAnalyzer.FeatureNames c : Region2DSkeletonAnalyzer.FeatureNames.values()) System.out.println(c);
public static Region2DSkeletonAnalyzer.FeatureNames valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.