|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GaussFilter.SigmaInterpretation | |
---|---|
de.unihalle.informatik.MiToBo.filters.linear | Provides classes implementing linear systems. |
Uses of GaussFilter.SigmaInterpretation in de.unihalle.informatik.MiToBo.filters.linear |
---|
Methods in de.unihalle.informatik.MiToBo.filters.linear that return GaussFilter.SigmaInterpretation | |
---|---|
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. |
Methods in de.unihalle.informatik.MiToBo.filters.linear with parameters of type GaussFilter.SigmaInterpretation | |
---|---|
void |
GaussFilter.setSigmaInterpretation(GaussFilter.SigmaInterpretation sigmaInterpretation)
Set the mode of how sigmas are interpreted. |
Constructors in de.unihalle.informatik.MiToBo.filters.linear with parameters of type GaussFilter.SigmaInterpretation | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |