Package | Description |
---|---|
de.unihalle.informatik.MiToBo.segmentation.basics |
Modifier and Type | Field and Description |
---|---|
private Vector<CalcSegmentationStatistics.CalcTargets> |
CalcSegmentationStatistics.targetList
List of targets to calculate.
|
Modifier and Type | Method and Description |
---|---|
static CalcSegmentationStatistics.CalcTargets |
CalcSegmentationStatistics.CalcTargets.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalcSegmentationStatistics.CalcTargets[] |
CalcSegmentationStatistics.CalcTargets.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CalcSegmentationStatistics.setTargets(Vector<CalcSegmentationStatistics.CalcTargets> targets)
Specify targets to calculate.
|
Constructor and Description |
---|
CalcSegmentationStatistics(MTBImage im,
MTBSegmentationInterface seg,
Vector<CalcSegmentationStatistics.CalcTargets> targets)
Default constructor.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.