Uses of Class
de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes.MTBSnake

Packages that use MTBSnake
de.unihalle.informatik.MiToBo.core.datatypes Provides basic datatypes for MiToBo. 
de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes Provides basic datatypes for MiToBo explicit active contours (snakes). 
de.unihalle.informatik.MiToBo.segmentation.snakes.optimize Provides classes for performing snake-based segmentation on images. 
 

Uses of MTBSnake in de.unihalle.informatik.MiToBo.core.datatypes
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBSnake
 de.unihalle.informatik.MiToBo_xml.MTBXMLSnakeType MTBPolygon2DSet.getSnakeAsXml(MTBSnake snake, de.unihalle.informatik.MiToBo_xml.MTBXMLSnakeType xmlSnake)
          Copy the information of snake into the corresponding xml element xmlSnake.
 

Uses of MTBSnake in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes
 

Methods in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes that return MTBSnake
 MTBSnake MTBSnake.clone()
          Override java.lang.Object.clone() to create and return a copy of this object.
static MTBSnake MTBSnake.convertContourToSnake(MTBContour2D contour)
          Converts a contour into a snake.
static MTBSnake MTBSnake.convertRegionToSnake(MTBRegion2D region)
          Converts a region into a snake.
 

Uses of MTBSnake in de.unihalle.informatik.MiToBo.segmentation.snakes.optimize
 

Fields in de.unihalle.informatik.MiToBo.segmentation.snakes.optimize declared as MTBSnake
protected  MTBSnake SnakeOptimizerSingle.previousSnake
          Old snake of previous iteration (for evolution assessment).
protected  MTBSnake SnakeOptimizerSingle.snake
          The snake on which the algorithm works.
 

Methods in de.unihalle.informatik.MiToBo.segmentation.snakes.optimize that return MTBSnake
 MTBSnake SnakeOptimizerSingle.getCurrentSnake()
          Returns a copy of the current snake.
 MTBSnake SnakeOptimizerSingle.getPreviousSnake()
          Returns the previous snake.
 



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