Package | Description |
---|---|
de.unihalle.informatik.MiToBo.morphology |
Provides classes for morphological processing of binary images.
|
Modifier and Type | Field and Description |
---|---|
private BasicMorphology.opMode |
BasicMorphology.mode |
Modifier and Type | Method and Description |
---|---|
static BasicMorphology.opMode |
BasicMorphology.opMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicMorphology.opMode[] |
BasicMorphology.opMode.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.setMode(BasicMorphology.opMode mode) |
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.