Uses of Class
de.unihalle.informatik.MiToBo.core.datatypes.MTBContour2DSet

Packages that use MTBContour2DSet
de.unihalle.informatik.MiToBo.apps.neurites2D   
de.unihalle.informatik.MiToBo.core.datatypes Provides basic datatypes for MiToBo. 
de.unihalle.informatik.MiToBo.core.imageJ Provides convenience classes for interaction with ImageJ system. 
de.unihalle.informatik.MiToBo.segmentation.contours.extraction Provides classes for performing contour extractions from regions or other image elements. 
 

Uses of MTBContour2DSet in de.unihalle.informatik.MiToBo.apps.neurites2D
 

Methods in de.unihalle.informatik.MiToBo.apps.neurites2D that return MTBContour2DSet
 MTBContour2DSet NeuriteDetector2DAlgos.preSegmentation()
          Method for pre-segmentation.
 

Methods in de.unihalle.informatik.MiToBo.apps.neurites2D with parameters of type MTBContour2DSet
 void NeuriteDetector2DAlgos.neuriteDetection(MTBContour2DSet initContourSet)
          Main method for 2D neurite detection.
 

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

Methods in de.unihalle.informatik.MiToBo.core.datatypes that return MTBContour2DSet
 MTBContour2DSet MTBContour2DSet.clone()
           
 

Uses of MTBContour2DSet in de.unihalle.informatik.MiToBo.core.imageJ
 

Methods in de.unihalle.informatik.MiToBo.core.imageJ that return MTBContour2DSet
 MTBContour2DSet MTBContour2DSetROI.getContourSet()
          Get 2D contour set from Roi.
 MTBContour2DSet RoiManagerAdapter.getContourSetFromRoiManager()
          Reads a ROI manager selection into a set of contours.
 

Methods in de.unihalle.informatik.MiToBo.core.imageJ with parameters of type MTBContour2DSet
 void RoiManagerAdapter.addContoursToRoiManager(MTBContour2DSet conts)
          Adds a set of 2D contours to the ROI manager.
 

Constructors in de.unihalle.informatik.MiToBo.core.imageJ with parameters of type MTBContour2DSet
MTBContour2DSetROI(MTBContour2DSet contSet, String roiLabel)
          Constructor to create a new Roi-Manager-Object, based on a MTBContour2DSet.
 

Uses of MTBContour2DSet in de.unihalle.informatik.MiToBo.segmentation.contours.extraction
 

Methods in de.unihalle.informatik.MiToBo.segmentation.contours.extraction that return MTBContour2DSet
protected  MTBContour2DSet ContourOnLabeledComponents.addInnerContours()
          Adding the possible inner contours to the outer contour of a region.
protected  MTBContour2DSet ContourOnLabeledComponents.getOuterContours(MTBRegion2DSet theRegions, MTBImageByte theImage)
          Calculate the outer contours of the given regions in a image.
 MTBContour2DSet ContourOnLabeledComponents.getResultContours()
          Get reference to the calculated contours.
 



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