Uses of Class
de.unihalle.informatik.MiToBo.morphology.BasicMorphology.opMode

Packages that use BasicMorphology.opMode
de.unihalle.informatik.MiToBo.morphology Provides classes for morphological processing of binary images. 
 

Uses of BasicMorphology.opMode in de.unihalle.informatik.MiToBo.morphology
 

Methods in de.unihalle.informatik.MiToBo.morphology that return BasicMorphology.opMode
static BasicMorphology.opMode BasicMorphology.opMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BasicMorphology.opMode[] BasicMorphology.opMode.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 BasicMorphology.opMode
 void BasicMorphology.setMode(BasicMorphology.opMode mode)
           
 

Constructors in de.unihalle.informatik.MiToBo.morphology with parameters of type BasicMorphology.opMode
BasicMorphology(Integer _maskSize, BasicMorphology.opMode _mode, BasicMorphology.maskShape _shape)
          Constructor to create new BasicMorphology object with mask size, mode and shape of the structuring element.
 



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