| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.segmentation.contours.extraction |
Provides classes for performing contour extractions from regions or other
image elements.
|
| Modifier and Type | Field and Description |
|---|---|
private BordersOnLabeledComponents.BorderType |
BordersOnLabeledComponents.borderType
Type of borders to be extracted.
|
| Modifier and Type | Method and Description |
|---|---|
static BordersOnLabeledComponents.BorderType |
BordersOnLabeledComponents.BorderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BordersOnLabeledComponents.BorderType[] |
BordersOnLabeledComponents.BorderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BordersOnLabeledComponents.setBorderType(BordersOnLabeledComponents.BorderType type)
Set border type to be extracted.
|
| Constructor and Description |
|---|
BordersOnLabeledComponents(MTBImage inImg,
MTBRegion2DSet inRegions,
MTBBorder2D.BorderConnectivity con,
BordersOnLabeledComponents.BorderType type,
int minLength)
Constructor.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.