Uses of Class
de.unihalle.informatik.MiToBo.core.exceptions.MTBException

Packages that use MTBException
de.unihalle.informatik.MiToBo.core.exceptions Defines MiToBo exceptions. 
de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions   
de.unihalle.informatik.MiToBo.segmentation.snakes.optimize Provides classes for performing snake-based segmentation on images. 
 

Uses of MTBException in de.unihalle.informatik.MiToBo.core.exceptions
 

Subclasses of MTBException in de.unihalle.informatik.MiToBo.core.exceptions
 class MTBDatatypeException
          MiToBo exception type related to problems with data types in general.
 class MTBImageException
          MiToBo exception type related to problems with its image data types.
 

Uses of MTBException in de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions
 

Subclasses of MTBException in de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions
 class MTBActiveContourException
          MiToBo exception thrown in context of segmentation with active contours.
 class MTBLevelsetException
          MiToBo exception thrown inside snake segmentation framework.
 class MTBSnakeException
          MiToBo exception thrown inside snake segmentation framework.
 

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

Methods in de.unihalle.informatik.MiToBo.segmentation.snakes.optimize that throw MTBException
protected  SnakeOptimizer.Snake_status SnakeOptimizerSingleVarCalc.doIteration()
          Performs one single optimization step.
protected  SnakeOptimizer.Snake_status SnakeOptimizerCoupled.doIteration()
           
protected abstract  SnakeOptimizer.Snake_status SnakeOptimizer.doIteration()
          Here the main work should be done.
 



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