Uses of Class
adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
-
Packages that use AbstractPNGAnnotationImageSegmentationWriter Package Description adams.data.io.output -
-
Uses of AbstractPNGAnnotationImageSegmentationWriter in adams.data.io.output
Subclasses of AbstractPNGAnnotationImageSegmentationWriter in adams.data.io.output Modifier and Type Class Description class
AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter
Ancestor for image segmentation annotation writers that store the annotations in a single PNG file and can use an implicit background.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.
-