| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.core.datatypes |
Provides basic datatypes for MiToBo.
|
| de.unihalle.informatik.MiToBo.morphology |
Provides classes for morphological processing of binary images.
|
| Modifier and Type | Method and Description |
|---|---|
static MTBStructuringElement |
MTBStructuringElement.createCircularElement(int size) |
static MTBStructuringElement |
MTBStructuringElement.createHorizontalLineElement(int length) |
static MTBStructuringElement |
MTBStructuringElement.createQuadraticElement(int size) |
static MTBStructuringElement |
MTBStructuringElement.createRectangularElement(int sizeX,
int sizeY) |
static MTBStructuringElement |
MTBStructuringElement.createVerticalLineElement(int length) |
MTBStructuringElement |
MTBStructuringElement.invert()
inverts the values of the structuring element
|
MTBStructuringElement |
MTBStructuringElement.reflect()
reflects the structuring element around its center
|
| Modifier and Type | Field and Description |
|---|---|
private MTBStructuringElement |
BasicMorphology.mask |
| Modifier and Type | Method and Description |
|---|---|
private MTBStructuringElement |
BasicMorphology.generateStructuringElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicMorphology.setMask(MTBStructuringElement mask) |
| Constructor and Description |
|---|
BasicMorphology(MTBImage inImg,
MTBStructuringElement mask) |
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.