public static enum MorphologyAnalyzer2D.FeatureNames extends Enum<MorphologyAnalyzer2D.FeatureNames>
Enum Constant and Description |
---|
Area
Area in pixels.
|
AvgBranchLength
Average length of branches.
|
AvgConcavity
Average concavity of boundary pixels.
|
AvgDistBranchEndpointsToBackground
Average distance of branch endpoints to background.
|
AvgDistIndentationMidPoints
Average of pairwise distances between indentation midpoints.
|
AvgLengthApicalIndentations
Average length of apical parts of detected indentations.
|
AvgLengthApicalProtrusions
Average length of apical parts of detected protrusions.
|
AvgLengthBasalIndentations
Average length of basal parts of detected indentations.
|
AvgLengthBasalProtrusions
Average length of basal parts of detected protrusions.
|
AvgLengthBaselineIndentations
Average length of baselines of detected indentations.
|
AvgLengthBaselineProtrusions
Average length of baselines of detected protrusions.
|
AvgLengthEquatorIndentations
Average length of the equators of detected indentations.
|
AvgLengthEquatorProtrusions
Average length of the equators of detected protrusions.
|
AvgLengthIndentations
Average length of detected indentations.
|
AvgLengthProtrusions
Average length of detected protrusions.
|
BranchCount
Number of skeleton branches.
|
Circularity
Relation of area to circle of equal size.
|
ConvexHullArea
Area of convex hull in pixels.
|
ConvexHullConvexity
Ratio of convex hull perimeter and region perimeter.
|
ConvexHullPerimeter
Perimeter of convex hull, i.e., number of contour pixels of convex
hull given 8-neighborhood along contour.
|
ConvexHullRoundness
Same as circularity, but with perimeter of convex hull instead of
region perimeter.
|
Eccentricity
Elongation based on ratio of major to minor axes lengths.
|
LargestEmptyCircle
Radius of largest circle that completely fits into the region boundary.
|
Length
Length of region's major axis.
|
LongestPathLength
Length of longest path in skeleton.
|
MarginRoughness
Average deviation in tangential angles compared to circle.
|
MaxCoreRegionWidth
Maximum of all distances of the indentation midpoint to their
nearest neighbors, i.e. no midpoint has a larger distance to its
closest neighbor than this value.
|
MinCoreRegionWidth
Minimum of all distances of the indentation midpoints to their
nearest neighbors, i.e. the distance between any of two midpoints
is at least this value.
|
NonProtrusionArea
Area of region part not belonging to any of the detected protrusions.
|
NumberOfProtrusions
Number of protrusions.
|
Object
Integer ID of region (for reference purposes).
|
Perimeter
Length of boundary.
|
Solidity
Ratio of convex hull area to cell area.
|
StdDevConcavity
Standard deviation of region's concavities.
|
Width
Length of region's minor axis.
|
Modifier and Type | Method and Description |
---|---|
static MorphologyAnalyzer2D.FeatureNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MorphologyAnalyzer2D.FeatureNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MorphologyAnalyzer2D.FeatureNames Object
public static final MorphologyAnalyzer2D.FeatureNames Area
public static final MorphologyAnalyzer2D.FeatureNames Perimeter
public static final MorphologyAnalyzer2D.FeatureNames Length
public static final MorphologyAnalyzer2D.FeatureNames Width
public static final MorphologyAnalyzer2D.FeatureNames Circularity
public static final MorphologyAnalyzer2D.FeatureNames Eccentricity
public static final MorphologyAnalyzer2D.FeatureNames Solidity
public static final MorphologyAnalyzer2D.FeatureNames MarginRoughness
public static final MorphologyAnalyzer2D.FeatureNames AvgConcavity
public static final MorphologyAnalyzer2D.FeatureNames StdDevConcavity
public static final MorphologyAnalyzer2D.FeatureNames ConvexHullArea
public static final MorphologyAnalyzer2D.FeatureNames ConvexHullPerimeter
public static final MorphologyAnalyzer2D.FeatureNames ConvexHullConvexity
public static final MorphologyAnalyzer2D.FeatureNames ConvexHullRoundness
public static final MorphologyAnalyzer2D.FeatureNames BranchCount
public static final MorphologyAnalyzer2D.FeatureNames AvgBranchLength
public static final MorphologyAnalyzer2D.FeatureNames LongestPathLength
public static final MorphologyAnalyzer2D.FeatureNames AvgDistBranchEndpointsToBackground
public static final MorphologyAnalyzer2D.FeatureNames NumberOfProtrusions
public static final MorphologyAnalyzer2D.FeatureNames NonProtrusionArea
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthProtrusions
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthApicalProtrusions
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthBasalProtrusions
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthBaselineProtrusions
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthEquatorProtrusions
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthIndentations
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthApicalIndentations
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthBasalIndentations
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthBaselineIndentations
public static final MorphologyAnalyzer2D.FeatureNames AvgLengthEquatorIndentations
public static final MorphologyAnalyzer2D.FeatureNames AvgDistIndentationMidPoints
public static final MorphologyAnalyzer2D.FeatureNames MinCoreRegionWidth
public static final MorphologyAnalyzer2D.FeatureNames MaxCoreRegionWidth
public static final MorphologyAnalyzer2D.FeatureNames LargestEmptyCircle
The radius is defined as the Euclidean distance of the point farest away from the boundary to the corresponding boundary. The point is determined as the global maximum of a distance transformation of the region.
public static MorphologyAnalyzer2D.FeatureNames[] values()
for (MorphologyAnalyzer2D.FeatureNames c : MorphologyAnalyzer2D.FeatureNames.values()) System.out.println(c);
public static MorphologyAnalyzer2D.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.