|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContourOnLabeledComponents.ContourType | |
---|---|
de.unihalle.informatik.MiToBo.segmentation.contours.extraction | Provides classes for performing contour extractions from regions or other image elements. |
Uses of ContourOnLabeledComponents.ContourType in de.unihalle.informatik.MiToBo.segmentation.contours.extraction |
---|
Methods in de.unihalle.informatik.MiToBo.segmentation.contours.extraction that return ContourOnLabeledComponents.ContourType | |
---|---|
ContourOnLabeledComponents.ContourType |
ContourOnLabeledComponents.getContourType()
Get reference to the current contour type. |
static ContourOnLabeledComponents.ContourType |
ContourOnLabeledComponents.ContourType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContourOnLabeledComponents.ContourType[] |
ContourOnLabeledComponents.ContourType.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 ContourOnLabeledComponents.ContourType | |
---|---|
void |
ContourOnLabeledComponents.setContourType(ContourOnLabeledComponents.ContourType type)
Set reference to the contour type. |
Constructors in de.unihalle.informatik.MiToBo.segmentation.contours.extraction with parameters of type ContourOnLabeledComponents.ContourType | |
---|---|
ContourOnLabeledComponents(MTBImageByte inImg,
MTBRegion2DSet inRegions,
ContourOnLabeledComponents.ContourType type,
int length)
Constructor. |
|
ContourOnLabeledComponents(MTBRegion2DSet inRegions,
ContourOnLabeledComponents.ContourType type,
int length)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |