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
FieldsModifier and TypeFieldDescriptionstatic final Stringstring to test for when checking on statistics to calculate.static final Stringstatic final Stringstring to test for when checking on statistics to calculate.static final Stringstring to test for when checking on statistics to calculate.static final Stringstatic final Stringstring to test for when checking on statistics to calculate.static final Stringstring to test for when checking on statistics to calculate.static final Stringstatic final Stringstatic final Stringstring to test for when checking on statistics to calculate.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringLargest line segment contained entirely within a 3D VOIstatic final StringLargest line segment contained entirely within a slice of a VOIstatic final Stringstring to test for when checking on statistics to calculate.static final Stringstring to test for when checking on statistics to calculate.static final Stringstring to test for when checking on statistics to calculate.static final Stringstring to test for when checking on statistics to calculate.static final Stringstatic final Stringstatic final StringMedianstatic final Stringstring to test for when checking on statistics to calculate.static final Stringstring to test for when checking on statistics to calculate.static final StringModestatic final StringMode Countstatic final Stringstatic final Stringstatic final intnumber of statistics in the list.static final Stringstring to test for when checking on statics to calculate.static final Stringstring to test for when checking on statistics to calculate.static final Stringstatic final Stringstatic final String[]strings to test for when checking on statistics to calculate.static final Stringstatic final Stringstring to test for when checking on statics to calculate.static final Stringstatic final Stringstring to test for when checking on statistics to calculate.
-
Field Details
-
quantityDescription
string to test for when checking on statistics to calculate.- See Also:
-
volumeDescription
string to test for when checking on statistics to calculate.- See Also:
-
areaDescription
string to test for when checking on statistics to calculate.- See Also:
-
surfaceAreaDescription
- See Also:
-
avgIntensity
string to test for when checking on statistics to calculate.- See Also:
-
deviationDescription
string to test for when checking on statistics to calculate.- See Also:
-
geometricCenterDescription
string to test for when checking on statistics to calculate.- See Also:
-
massCenterDescription
string to test for when checking on statistics to calculate.- See Also:
-
axisDescription
string to test for when checking on statistics to calculate.- See Also:
-
eccentricityDescription
string to test for when checking on statistics to calculate.- See Also:
-
majorAxisDescription
string to test for when checking on statistics to calculate.- See Also:
-
minorAxisDescription
string to test for when checking on statistics to calculate.- See Also:
-
minIntensity
string to test for when checking on statistics to calculate.- See Also:
-
maxIntensity
string to test for when checking on statistics to calculate.- See Also:
-
maxWidthDescription
string to test for when checking on statistics to calculate.- See Also:
-
perimeterDescription
string to test for when checking on statics to calculate.- See Also:
-
circularityDescription
- See Also:
-
solidityDescription
- See Also:
-
sumIntensities
string to test for when checking on statics to calculate.- See Also:
-
skewnessDescription
- See Also:
-
kurtosisDescription
- See Also:
-
largestSliceDistanceDescription
Largest line segment contained entirely within a slice of a VOI- See Also:
-
largestDistanceDescription
Largest line segment contained entirely within a 3D VOI- See Also:
-
median
Median- See Also:
-
mode
Mode- See Also:
-
modeCount
Mode Count- See Also:
-
meanCurvatureDescription
- See Also:
-
stdDevCurvatureDescription
- See Also:
-
meanNegativeCurvatureDescription
- See Also:
-
numberOfIndentationsCurvatureDescription
- See Also:
-
numberOfIndentationsHullDescription
- See Also:
-
asymmetryIndexDescription
- See Also:
-
fractalDimensionBoxCountDescription
- See Also:
-
fractalDimensionEuclideanDistanceDescription
- See Also:
-
invariantMoment1Description
- See Also:
-
invariantMoment2Description
- See Also:
-
invariantMoment3Description
- See Also:
-
invariantMoment4Description
- See Also:
-
invariantMoment5Description
- See Also:
-
invariantMoment6Description
- See Also:
-
invariantMoment7Description
- See Also:
-
statisticDescription
strings to test for when checking on statistics to calculate.- See Also:
-
numberOfStatistics
static final int numberOfStatisticsnumber of statistics in the list.
-