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

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

Uses of BasicMorphology.maskShape in de.unihalle.informatik.MiToBo.apps.xylem
 

Methods in de.unihalle.informatik.MiToBo.apps.xylem that return BasicMorphology.maskShape
 BasicMorphology.maskShape XylemInitialSegmentation.getShapeForErosion()
           
 BasicMorphology.maskShape XylemInitialSegmentation.getShapeForOpening()
           
 

Methods in de.unihalle.informatik.MiToBo.apps.xylem with parameters of type BasicMorphology.maskShape
 void XylemInitialSegmentation.setShapeForErosion(BasicMorphology.maskShape shapeForErosion)
           
 void XylemInitialSegmentation.setShapeForOpening(BasicMorphology.maskShape shapeForOpening)
           
 

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

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

Constructors in de.unihalle.informatik.MiToBo.morphology with parameters of type BasicMorphology.maskShape
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.