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 ImageSegmentationAnnotationWriterAbstractImageSegmentationAnnotationReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriterBlueChannelImageSegmentationReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriterGrayscaleImageSegmentationReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriterImageSegmentationAnnotationReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriterIndexedPNGImageSegmentationReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageSegmentationAnnotationWriterIndividualImageSegmentationLayerReader. 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 interfaceImageSegmentationAnnotationWriterWithLayerNamesInterface for image segmentation writers that make use of layer names.Classes in adams.data.io.output that implement ImageSegmentationAnnotationWriter Modifier and Type Class Description classAbstractImageSegmentationAnnotationWriterAncestor for writers for image segmentation annotations.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.classIndividualImageSegmentationLayerWriterUses 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 ImageSegmentationAnnotationWriterImageSegmentationFileWriter. m_Writerthe image writer to use.Methods in adams.flow.sink that return ImageSegmentationAnnotationWriter Modifier and Type Method Description ImageSegmentationAnnotationWriterImageSegmentationFileWriter. getWriter()Returns the writer to use.Methods in adams.flow.sink with parameters of type ImageSegmentationAnnotationWriter Modifier and Type Method Description voidImageSegmentationFileWriter. setWriter(ImageSegmentationAnnotationWriter value)Sets the writer to use.
-