Uses of Class
de.unihalle.informatik.MiToBo.segmentation.contours.extraction.BordersOnLabeledComponents.BorderType

Packages that use BordersOnLabeledComponents.BorderType
de.unihalle.informatik.MiToBo.segmentation.contours.extraction Provides classes for performing contour extractions from regions or other image elements. 
 

Uses of BordersOnLabeledComponents.BorderType in de.unihalle.informatik.MiToBo.segmentation.contours.extraction
 

Methods in de.unihalle.informatik.MiToBo.segmentation.contours.extraction that return BordersOnLabeledComponents.BorderType
static BordersOnLabeledComponents.BorderType BordersOnLabeledComponents.BorderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BordersOnLabeledComponents.BorderType[] BordersOnLabeledComponents.BorderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.unihalle.informatik.MiToBo.segmentation.contours.extraction with parameters of type BordersOnLabeledComponents.BorderType
 void BordersOnLabeledComponents.setBorderType(BordersOnLabeledComponents.BorderType type)
          Set border type to be extracted.
 

Constructors in de.unihalle.informatik.MiToBo.segmentation.contours.extraction with parameters of type BordersOnLabeledComponents.BorderType
BordersOnLabeledComponents(MTBImageByte inImg, MTBRegion2DSet inRegions, MTBBorder2D.BorderConnectivity con, BordersOnLabeledComponents.BorderType type, int minLength)
          Constructor.
 



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