Uses of Interface
de.unihalle.informatik.MiToBo.segmentation.basics.MTBSegmentationInterface

Packages that use MTBSegmentationInterface
de.unihalle.informatik.MiToBo.segmentation.activecontours.energies   
de.unihalle.informatik.MiToBo.segmentation.basics   
de.unihalle.informatik.MiToBo.segmentation.levelset.core   
de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes   
de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes Provides basic datatypes for MiToBo explicit active contours (snakes). 
de.unihalle.informatik.MiToBo.topology   
 

Uses of MTBSegmentationInterface in de.unihalle.informatik.MiToBo.segmentation.activecontours.energies
 

Methods in de.unihalle.informatik.MiToBo.segmentation.activecontours.energies with parameters of type MTBSegmentationInterface
protected  double MTBActiveContourEnergy_CVRegionFit.calcEnergy(MTBSegmentationInterface seg)
          Calculates the absolute energy value for the given segmentation.
protected  double MTBActiveContourEnergy_CVRegionFit.calcInteriorEnergy(MTBSegmentationInterface seg)
          Calculates the interior part of energy value for the given segmentation.
protected  double MTBActiveContourEnergy_MeanSep.getDerivative(MTBSegmentationInterface seg, int x, int y, int z)
          Returns the energy derivative value at position (x,y,z).
protected  double MTBActiveContourEnergy_CVRegionFit.getDerivative(MTBSegmentationInterface seg, int x, int y, int z)
          Returns the energy derivative value at position (x,y,z).
protected  void MTBActiveContourEnergy_MeanSep.updateParameters(MTBSegmentationInterface seg)
          Updates internal parameters according to given segmentation.
protected  void MTBActiveContourEnergy_CVRegionFit.updateParameters(MTBSegmentationInterface mem)
          Updates parameters according to given membership.
 

Uses of MTBSegmentationInterface in de.unihalle.informatik.MiToBo.segmentation.basics
 

Classes in de.unihalle.informatik.MiToBo.segmentation.basics that implement MTBSegmentationInterface
 class MTBSegmentation2D
          Class for representing 2D segmentations of image data.
 class MTBSegmentation3D
          Class for representing 3D segmentations of image data.
 

Fields in de.unihalle.informatik.MiToBo.segmentation.basics declared as MTBSegmentationInterface
protected  MTBSegmentationInterface SegmentationInitializer.segObject
           
 

Methods in de.unihalle.informatik.MiToBo.segmentation.basics that return MTBSegmentationInterface
 MTBSegmentationInterface SegmentationInitializer.getSegmentation()
          Get the generated segmentation object.
protected  MTBSegmentationInterface SegmentationInitializer.getSynthMask(SegmentationInitializer.SegmentationDimension sDim)
          Generate synthetic mask.
 

Methods in de.unihalle.informatik.MiToBo.segmentation.basics with parameters of type MTBSegmentationInterface
 void CalcSegmentationStatistics.setSegmentation(MTBSegmentationInterface seg)
          Specifiy image segmentation.
 

Constructors in de.unihalle.informatik.MiToBo.segmentation.basics with parameters of type MTBSegmentationInterface
CalcSegmentationStatistics(MTBImage im, MTBSegmentationInterface seg)
          Default constructor.
CalcSegmentationStatistics(MTBImage im, MTBSegmentationInterface seg, Vector<CalcSegmentationStatistics.CalcTargets> targets)
          Default constructor.
 

Uses of MTBSegmentationInterface in de.unihalle.informatik.MiToBo.segmentation.levelset.core
 

Classes in de.unihalle.informatik.MiToBo.segmentation.levelset.core that implement MTBSegmentationInterface
 class MTBLevelsetFunctionDerivable
          Level set function supporting optimization based on variational calculus.
 

Fields in de.unihalle.informatik.MiToBo.segmentation.levelset.core declared as MTBSegmentationInterface
protected  MTBSegmentationInterface LevelsetSolver.initialSegmentation
          Initial segmentation for initializing level set function.
 

Methods in de.unihalle.informatik.MiToBo.segmentation.levelset.core that return MTBSegmentationInterface
 MTBSegmentationInterface LevelsetSolver.getInitialSegmentation()
          Get initial segmentation.
 

Uses of MTBSegmentationInterface in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes
 

Classes in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes that implement MTBSegmentationInterface
 class MTBLevelsetFunctionPDE
          Class representing a 3-dimensional level set function.
 

Constructors in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes with parameters of type MTBSegmentationInterface
MTBLevelsetFunctionPDE(int w, int h, int d, MTBSegmentationInterface seg, boolean default_fallback)
          Constructor to build a level set function from a segmentation object.
MTBLevelsetFunctionPDE(int w, int h, int d, MTBSegmentationInterface seg, boolean default_fallback, int border)
          Constructor to build a level set function from a segmentation object.
 

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

Classes in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes that implement MTBSegmentationInterface
 class MTBSnake
          Active Contour (Snake) datatype.
 

Uses of MTBSegmentationInterface in de.unihalle.informatik.MiToBo.topology
 

Methods in de.unihalle.informatik.MiToBo.topology with parameters of type MTBSegmentationInterface
 boolean MTBTopologicalNumber.topoNumberIsOne(MTBSegmentationInterface segmentation, int x, int y, int z, int c)
          Check if topological for the class c is one in the pixel with coordinate (x,y,z) in the segmentation object segmentation.
 



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