Uses of Interface
adams.data.io.output.ImageSegmentationAnnotationWriterWithLayerNames
-
Packages that use ImageSegmentationAnnotationWriterWithLayerNames Package Description adams.data.io.output -
-
Uses of ImageSegmentationAnnotationWriterWithLayerNames in adams.data.io.output
Classes in adams.data.io.output that implement ImageSegmentationAnnotationWriterWithLayerNames 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
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.
-