Uses of Class
de.unihalle.informatik.MiToBo.math.images.ImageStatistics.StatValue

Packages that use ImageStatistics.StatValue
de.unihalle.informatik.MiToBo.features.statistical Provides operators for calculating statistical image features, e.g., average intensities or variances, or moments of the intensity distribution. 
de.unihalle.informatik.MiToBo.math.images Provides mathematical operations on images. 
 

Uses of ImageStatistics.StatValue in de.unihalle.informatik.MiToBo.features.statistical
 

Methods in de.unihalle.informatik.MiToBo.features.statistical with parameters of type ImageStatistics.StatValue
 void FeatureCalculatorIntensityStats.setMeasure(ImageStatistics.StatValue s)
           
 

Constructors in de.unihalle.informatik.MiToBo.features.statistical with parameters of type ImageStatistics.StatValue
FeatureCalculatorIntensityStatsResult(ImageStatistics.StatValue mod, double value)
          Default constructor.
 

Uses of ImageStatistics.StatValue in de.unihalle.informatik.MiToBo.math.images
 

Methods in de.unihalle.informatik.MiToBo.math.images that return ImageStatistics.StatValue
static ImageStatistics.StatValue ImageStatistics.StatValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageStatistics.StatValue[] ImageStatistics.StatValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.unihalle.informatik.MiToBo.math.images with parameters of type ImageStatistics.StatValue
ImageStatistics(MTBImage inimg, ImageStatistics.StatValue mode)
          Constructor with image argument.
 



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