Package | Description |
---|---|
de.unihalle.informatik.MiToBo.apps.xylem | |
de.unihalle.informatik.MiToBo.morphology |
Provides classes for morphological processing of binary images.
|
Modifier and Type | Field and Description |
---|---|
private BasicMorphology.maskShape |
XylemInitialSegmentation.shapeForErosion
The shape of structuring element for the Erosion.
|
private BasicMorphology.maskShape |
XylemInitialSegmentation.shapeForOpening
The shape of structuring element for the opening.
|
Modifier and Type | Method and Description |
---|---|
BasicMorphology.maskShape |
XylemInitialSegmentation.getShapeForErosion() |
BasicMorphology.maskShape |
XylemInitialSegmentation.getShapeForOpening() |
Modifier and Type | Method and Description |
---|---|
void |
XylemInitialSegmentation.setShapeForErosion(BasicMorphology.maskShape shapeForErosion) |
void |
XylemInitialSegmentation.setShapeForOpening(BasicMorphology.maskShape shapeForOpening) |
Modifier and Type | Field and Description |
---|---|
private BasicMorphology.maskShape |
BasicMorphology.currentMaskShape
shape of mask if mask !
|
private BasicMorphology.maskShape |
BasicMorphology.shape |
Modifier and Type | Method and Description |
---|---|
static BasicMorphology.maskShape |
BasicMorphology.maskShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicMorphology.maskShape[] |
BasicMorphology.maskShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicMorphology.setMask(BasicMorphology.maskShape shape,
int size) |
Constructor and Description |
---|
BasicMorphology(Integer _maskSize,
BasicMorphology.opMode _mode,
BasicMorphology.maskShape _shape)
Constructor to create new BasicMorphology object with mask size, mode and shape of the structuring element.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.