| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.apps.xylem |
| Modifier and Type | Field and Description |
|---|---|
static XylemGrower.GrowingMode |
XylemGrower.DEFAULT_linkageMode
Default linkage mode for growing
|
private XylemGrower.GrowingMode |
XylemGrower.linkageMode
The algorithm we use to link new pixels to the region.
|
private XylemGrower.GrowingMode |
XylemDetector.linkageMode
The algorithm we use to link new pixels to the region.
|
| Modifier and Type | Method and Description |
|---|---|
XylemGrower.GrowingMode |
XylemGrower.getLinkageMode() |
static XylemGrower.GrowingMode |
XylemGrower.GrowingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XylemGrower.GrowingMode[] |
XylemGrower.GrowingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XylemGrower.setLinkageMode(XylemGrower.GrowingMode linkageMode) |
| Constructor and Description |
|---|
XylemGrower(MTBImageByte binaryImage,
MTBImageByte hsxImage,
XylemGrower.GrowingMode linkageMode) |
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.