| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.morphology |
Provides classes for morphological processing of binary images.
|
| de.unihalle.informatik.MiToBo.segmentation.snakes.energies |
Provides classes with energies to be used with MiToBo snakes.
|
| Modifier and Type | Field and Description |
|---|---|
private DistanceTransform.ForegroundColor |
DistanceTransform.foreground
Foreground color of the foreground object.
|
| Modifier and Type | Method and Description |
|---|---|
DistanceTransform.ForegroundColor |
DistanceTransform.getForeground()
Get the used foreground color.
|
static DistanceTransform.ForegroundColor |
DistanceTransform.ForegroundColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceTransform.ForegroundColor[] |
DistanceTransform.ForegroundColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistanceTransform.setForeground(DistanceTransform.ForegroundColor fColor)
Set the foreground color.
|
| Constructor and Description |
|---|
DistanceTransform(MTBImageByte image,
DistanceTransform.DistanceMetric dm,
DistanceTransform.ForegroundColor fg)
Constructor to create a new DistanceTransform object.
|
| Modifier and Type | Field and Description |
|---|---|
private DistanceTransform.ForegroundColor |
MTBSnakeEnergyCDIB_Distance.colorFG |
| Constructor and Description |
|---|
MTBSnakeEnergyCDIB_Distance(MTBImageByte image,
DistanceTransform.DistanceMetric d,
DistanceTransform.ForegroundColor f)
Constructor to create a new SnakeExternalEnergyDistance object.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.