Package | Description |
---|---|
de.unihalle.informatik.MiToBo.apps.xylem |
Modifier and Type | Field and Description |
---|---|
static XylemGrower.Neighbourhood |
XylemGrower.DEFAULT_neighbourhood
Default neighborhood for growing
|
private XylemGrower.Neighbourhood |
XylemGrower.neighbourhood
The neighbourhood mode to inspect new pixel.
|
private XylemGrower.Neighbourhood |
XylemGrower.GrowingRegion2D.neighbourhood |
private XylemGrower.Neighbourhood |
XylemDetector.neighbourhood
The neighbourhood mode to inspect new pixel.
|
Modifier and Type | Method and Description |
---|---|
XylemGrower.Neighbourhood |
XylemGrower.getNeighbourhood() |
static XylemGrower.Neighbourhood |
XylemGrower.Neighbourhood.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XylemGrower.Neighbourhood[] |
XylemGrower.Neighbourhood.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.setNeighbourhood(XylemGrower.Neighbourhood nb) |
Constructor and Description |
---|
GrowingRegion2D(MTBRegion2D initialRegion,
MTBImageByte grownRegionImage,
XylemGrower.Neighbourhood nb,
int uniqueID) |
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.