Uses of Class
de.unihalle.informatik.MiToBo.filters.linear.GaussFilter.SigmaInterpretation

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.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.