| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.apps.cellMorphology.paceQuant.segmentation.anisotropicFilters | |
| de.unihalle.informatik.MiToBo.filters.linear |
Provides classes implementing linear systems.
|
| Modifier and Type | Field and Description |
|---|---|
private GaussFilter.SigmaInterpretation |
SegConfigFilters.sigmaMeaning
Gaussian smoothing configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GaussFilter.SigmaInterpretation |
SegConfigFilters.getSigmaMeaning()
Get interpretation for sigma values.
|
| Modifier and Type | Field and Description |
|---|---|
private GaussFilter.SigmaInterpretation |
GaussFilter.sigmaInterpretation |
| Modifier and Type | Method and Description |
|---|---|
GaussFilter.SigmaInterpretation |
GaussFilter.getSigmaInterpretation()
Get the mode of how sigmas are interpreted.
|
static GaussFilter.SigmaInterpretation |
GaussFilter.SigmaInterpretation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GaussFilter.SigmaInterpretation[] |
GaussFilter.SigmaInterpretation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GaussFilter.setSigmaInterpretation(GaussFilter.SigmaInterpretation sigmaInterpretation)
Set the mode of how sigmas are interpreted.
|
| Constructor and Description |
|---|
GaussFilter(MTBImage img,
double sigmaX,
double sigmaY,
double sigmaZ,
double sigmaT,
double sigmaC,
MTBImageWindow.BoundaryPadding boundaryPadding,
double kernelTruncation,
GaussFilter.SigmaInterpretation sigmaInterpretation)
Constructor for Gaussian filtering.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.