Uses of Interface
adams.data.io.output.ImageSegmentationAnnotationWriter
-
Packages that use ImageSegmentationAnnotationWriter Package Description adams.data.io.input adams.data.io.output adams.flow.sink -
-
Uses of ImageSegmentationAnnotationWriter in adams.data.io.input
Methods in adams.data.io.input that return ImageSegmentationAnnotationWriter Modifier and Type Method Description abstract ImageSegmentationAnnotationWriter
AbstractImageSegmentationAnnotationReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriter
BlueChannelImageSegmentationReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriter
GrayscaleImageSegmentationReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriter
ImageSegmentationAnnotationReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriter
IndexedPNGImageSegmentationReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriter
IndividualImageSegmentationLayerReader. getCorrespondingWriter()
Returns, if available, the corresponding writer. -
Uses of ImageSegmentationAnnotationWriter in adams.data.io.output
Subinterfaces of ImageSegmentationAnnotationWriter in adams.data.io.output Modifier and Type Interface Description interface
ImageSegmentationAnnotationWriterWithLayerNames
Interface for image segmentation writers that make use of layer names.Classes in adams.data.io.output that implement ImageSegmentationAnnotationWriter Modifier and Type Class Description class
AbstractImageSegmentationAnnotationWriter
Ancestor for writers for image segmentation annotations.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.class
IndividualImageSegmentationLayerWriter
Uses a JPG as base image and indexed PNG files for the individual layers (0 = background, 1 = annotation). -
Uses of ImageSegmentationAnnotationWriter in adams.flow.sink
Fields in adams.flow.sink declared as ImageSegmentationAnnotationWriter Modifier and Type Field Description protected ImageSegmentationAnnotationWriter
ImageSegmentationFileWriter. m_Writer
the image writer to use.Methods in adams.flow.sink that return ImageSegmentationAnnotationWriter Modifier and Type Method Description ImageSegmentationAnnotationWriter
ImageSegmentationFileWriter. getWriter()
Returns the writer to use.Methods in adams.flow.sink with parameters of type ImageSegmentationAnnotationWriter Modifier and Type Method Description void
ImageSegmentationFileWriter. setWriter(ImageSegmentationAnnotationWriter value)
Sets the writer to use.
-