class |
AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter |
Ancestor for image segmentation annotation writers that store the annotations in a single PNG file
and can use an implicit background.
|
class |
AbstractPNGAnnotationImageSegmentationWriter |
Ancestor for image segmentation annotation writers that store the annotations in a single PNG file.
|
class |
BlueChannelImageSegmentationWriter |
The layers get stored in the blue channel, with 0 being the background.
|
class |
GrayscaleImageSegmentationWriter |
The layers get stored as grayscale values, with 0 being the background.
|
class |
IndexedPNGImageSegmentationWriter |
Each layer gets stored with a separate color in the palette.
|
class |
IndividualImageSegmentationLayerWriter |
Uses a JPG as base image and indexed PNG files for the individual layers (0 = background, 1 = annotation).
|