class |
AbstractCustomPNGAnnotationImageSegmentationReader |
Ancestor for readers that read the annotations from a single PNG file and allow the reader to be specified.
|
class |
AbstractPNGAnnotationImageSegmentationReader |
Ancestor for readers that read the annotations from a single PNG file.
|
class |
BlueChannelImageSegmentationReader |
The layers are stored in the blue channel, with 0 being the background.
|
class |
GrayscaleImageSegmentationReader |
The layers are stored as grayscale values, with 0 being the background.
|
class |
IndexedPNGImageSegmentationReader |
The layers are stored in the blue channel, with 0 being the background.
|
class |
IndividualImageSegmentationLayerReader |
Uses a JPG as base image and indexed PNG files for the individual layers (0 = background, 1 = annotation).
|