Uses of Class
de.unihalle.informatik.MiToBo.morphology.DistanceTransform.ForegroundColor

Packages that use DistanceTransform.ForegroundColor
de.unihalle.informatik.MiToBo.morphology Provides classes for morphological processing of binary images. 
de.unihalle.informatik.MiToBo.segmentation.snakes.energies Provides classes with energies to be used with MiToBo snakes. 
 

Uses of DistanceTransform.ForegroundColor in de.unihalle.informatik.MiToBo.morphology
 

Methods in de.unihalle.informatik.MiToBo.morphology that return DistanceTransform.ForegroundColor
 DistanceTransform.ForegroundColor DistanceTransform.getForeground()
          Get the used foreground color.
static DistanceTransform.ForegroundColor DistanceTransform.ForegroundColor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DistanceTransform.ForegroundColor[] DistanceTransform.ForegroundColor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.unihalle.informatik.MiToBo.morphology with parameters of type DistanceTransform.ForegroundColor
 void DistanceTransform.setForeground(DistanceTransform.ForegroundColor fColor)
          Set the foreground color.
 

Constructors in de.unihalle.informatik.MiToBo.morphology with parameters of type DistanceTransform.ForegroundColor
DistanceTransform(MTBImageByte image, DistanceTransform.DistanceMetric dm, DistanceTransform.ForegroundColor fg)
          Constructor to create a new DistanceTransform object.
 

Uses of DistanceTransform.ForegroundColor in de.unihalle.informatik.MiToBo.segmentation.snakes.energies
 

Constructors in de.unihalle.informatik.MiToBo.segmentation.snakes.energies with parameters of type DistanceTransform.ForegroundColor
MTBSnakeEnergyCDIB_Distance(MTBImageByte image, DistanceTransform.DistanceMetric d, DistanceTransform.ForegroundColor f)
          Constructor to create a new SnakeExternalEnergyDistance object.
 



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