Package gov.nih.mipav.model.structures
Interface VOIStatisticList
-
- All Known Implementing Classes:
AlgorithmVOIProps
,JDialogVOIHausdorffDistance
,JDialogVOILogicalOperations
,JDialogVOIStatistics
,JPanelStatisticsList
,VOIStatisticalProperties
public interface VOIStatisticList
interface to carry statistic list information. all users of VOI statistics ought to implement this interface.$Logfile: /mipav/src/gov/nih/mipav/model/structures/VOIStatisticList.java $ $Revision: 6 $ $Date: 12/15/05 5:05p $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
areaDescription
string to test for when checking on statistics to calculate.static java.lang.String
asymmetryIndexDescription
static java.lang.String
avgIntensity
string to test for when checking on statistics to calculate.static java.lang.String
axisDescription
string to test for when checking on statistics to calculate.static java.lang.String
circularityDescription
static java.lang.String
deviationDescription
string to test for when checking on statistics to calculate.static java.lang.String
eccentricityDescription
string to test for when checking on statistics to calculate.static java.lang.String
fractalDimensionBoxCountDescription
static java.lang.String
fractalDimensionEuclideanDistanceDescription
static java.lang.String
geometricCenterDescription
string to test for when checking on statistics to calculate.static java.lang.String
invariantMoment1Description
static java.lang.String
invariantMoment2Description
static java.lang.String
invariantMoment3Description
static java.lang.String
invariantMoment4Description
static java.lang.String
invariantMoment5Description
static java.lang.String
invariantMoment6Description
static java.lang.String
invariantMoment7Description
static java.lang.String
kurtosisDescription
static java.lang.String
largestDistanceDescription
Largest line segment contained entirely within a 3D VOIstatic java.lang.String
largestSliceDistanceDescription
Largest line segment contained entirely within a slice of a VOIstatic java.lang.String
majorAxisDescription
string to test for when checking on statistics to calculate.static java.lang.String
massCenterDescription
string to test for when checking on statistics to calculate.static java.lang.String
maxIntensity
string to test for when checking on statistics to calculate.static java.lang.String
maxWidthDescription
string to test for when checking on statistics to calculate.static java.lang.String
meanCurvatureDescription
static java.lang.String
meanNegativeCurvatureDescription
static java.lang.String
median
Medianstatic java.lang.String
minIntensity
string to test for when checking on statistics to calculate.static java.lang.String
minorAxisDescription
string to test for when checking on statistics to calculate.static java.lang.String
mode
Modestatic java.lang.String
modeCount
Mode Countstatic java.lang.String
numberOfIndentationsCurvatureDescription
static java.lang.String
numberOfIndentationsHullDescription
static int
numberOfStatistics
number of statistics in the list.static java.lang.String
perimeterDescription
string to test for when checking on statics to calculate.static java.lang.String
quantityDescription
string to test for when checking on statistics to calculate.static java.lang.String
skewnessDescription
static java.lang.String
solidityDescription
static java.lang.String[]
statisticDescription
strings to test for when checking on statistics to calculate.static java.lang.String
stdDevCurvatureDescription
static java.lang.String
sumIntensities
string to test for when checking on statics to calculate.static java.lang.String
surfaceAreaDescription
static java.lang.String
volumeDescription
string to test for when checking on statistics to calculate.
-
-
-
Field Detail
-
quantityDescription
static final java.lang.String quantityDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
volumeDescription
static final java.lang.String volumeDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
areaDescription
static final java.lang.String areaDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
surfaceAreaDescription
static final java.lang.String surfaceAreaDescription
- See Also:
- Constant Field Values
-
avgIntensity
static final java.lang.String avgIntensity
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
deviationDescription
static final java.lang.String deviationDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
geometricCenterDescription
static final java.lang.String geometricCenterDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
massCenterDescription
static final java.lang.String massCenterDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
axisDescription
static final java.lang.String axisDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
eccentricityDescription
static final java.lang.String eccentricityDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
majorAxisDescription
static final java.lang.String majorAxisDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
minorAxisDescription
static final java.lang.String minorAxisDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
minIntensity
static final java.lang.String minIntensity
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
maxIntensity
static final java.lang.String maxIntensity
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
maxWidthDescription
static final java.lang.String maxWidthDescription
string to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
perimeterDescription
static final java.lang.String perimeterDescription
string to test for when checking on statics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
circularityDescription
static final java.lang.String circularityDescription
- See Also:
- Constant Field Values
-
solidityDescription
static final java.lang.String solidityDescription
- See Also:
- Constant Field Values
-
sumIntensities
static final java.lang.String sumIntensities
string to test for when checking on statics to calculate.- See Also:
JPanelStatisticsList
, Constant Field Values
-
skewnessDescription
static final java.lang.String skewnessDescription
- See Also:
- Constant Field Values
-
kurtosisDescription
static final java.lang.String kurtosisDescription
- See Also:
- Constant Field Values
-
largestSliceDistanceDescription
static final java.lang.String largestSliceDistanceDescription
Largest line segment contained entirely within a slice of a VOI- See Also:
- Constant Field Values
-
largestDistanceDescription
static final java.lang.String largestDistanceDescription
Largest line segment contained entirely within a 3D VOI- See Also:
- Constant Field Values
-
median
static final java.lang.String median
Median- See Also:
- Constant Field Values
-
mode
static final java.lang.String mode
Mode- See Also:
- Constant Field Values
-
modeCount
static final java.lang.String modeCount
Mode Count- See Also:
- Constant Field Values
-
meanCurvatureDescription
static final java.lang.String meanCurvatureDescription
- See Also:
- Constant Field Values
-
stdDevCurvatureDescription
static final java.lang.String stdDevCurvatureDescription
- See Also:
- Constant Field Values
-
meanNegativeCurvatureDescription
static final java.lang.String meanNegativeCurvatureDescription
- See Also:
- Constant Field Values
-
numberOfIndentationsCurvatureDescription
static final java.lang.String numberOfIndentationsCurvatureDescription
- See Also:
- Constant Field Values
-
numberOfIndentationsHullDescription
static final java.lang.String numberOfIndentationsHullDescription
- See Also:
- Constant Field Values
-
asymmetryIndexDescription
static final java.lang.String asymmetryIndexDescription
- See Also:
- Constant Field Values
-
fractalDimensionBoxCountDescription
static final java.lang.String fractalDimensionBoxCountDescription
- See Also:
- Constant Field Values
-
fractalDimensionEuclideanDistanceDescription
static final java.lang.String fractalDimensionEuclideanDistanceDescription
- See Also:
- Constant Field Values
-
invariantMoment1Description
static final java.lang.String invariantMoment1Description
- See Also:
- Constant Field Values
-
invariantMoment2Description
static final java.lang.String invariantMoment2Description
- See Also:
- Constant Field Values
-
invariantMoment3Description
static final java.lang.String invariantMoment3Description
- See Also:
- Constant Field Values
-
invariantMoment4Description
static final java.lang.String invariantMoment4Description
- See Also:
- Constant Field Values
-
invariantMoment5Description
static final java.lang.String invariantMoment5Description
- See Also:
- Constant Field Values
-
invariantMoment6Description
static final java.lang.String invariantMoment6Description
- See Also:
- Constant Field Values
-
invariantMoment7Description
static final java.lang.String invariantMoment7Description
- See Also:
- Constant Field Values
-
statisticDescription
static final java.lang.String[] statisticDescription
strings to test for when checking on statistics to calculate.- See Also:
JPanelStatisticsList
-
numberOfStatistics
static final int numberOfStatistics
number of statistics in the list.
-
-