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 classAbstractImplicitBackgroundPNGAnnotationImageSegmentationWriterAncestor for image segmentation annotation writers that store the annotations in a single PNG file and can use an implicit background.classAbstractPNGAnnotationImageSegmentationWriterAncestor for image segmentation annotation writers that store the annotations in a single PNG file.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.
-