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 classAbstractImplicitBackgroundPNGAnnotationImageSegmentationWriterAncestor for image segmentation annotation writers that store the annotations in a single PNG file and can use an implicit background.classBlueChannelImageSegmentationWriterThe layers get stored in the blue channel, with 0 being the background.classGrayscaleImageSegmentationWriterThe layers get stored as grayscale values, with 0 being the background.classIndexedPNGImageSegmentationWriterEach layer gets stored with a separate color in the palette.
-