Uses of Interface
adams.data.io.input.ImageSegmentationAnnotationReader
-
Packages that use ImageSegmentationAnnotationReader Package Description adams.data.io.input adams.data.io.output adams.flow.transformer adams.gui.tools.previewbrowser -
-
Uses of ImageSegmentationAnnotationReader in adams.data.io.input
Subinterfaces of ImageSegmentationAnnotationReader in adams.data.io.input Modifier and Type Interface Description interface
ImageSegmentationAnnotationReaderWithLayerNames
Interface for image segmentation readers that make use of layer names.Classes in adams.data.io.input that implement ImageSegmentationAnnotationReader Modifier and Type Class Description class
AbstractCustomPNGAnnotationImageSegmentationReader
Ancestor for readers that read the annotations from a single PNG file and allow the reader to be specified.class
AbstractImageSegmentationAnnotationReader
Ancestor for readers for image segmentation annotations.class
AbstractPNGAnnotationImageSegmentationReader
Ancestor for readers that read the annotations from a single PNG file.class
BlueChannelImageSegmentationReader
The layers are stored in the blue channel, with 0 being the background.class
GrayscaleImageSegmentationReader
The layers are stored as grayscale values, with 0 being the background.class
IndexedPNGImageSegmentationReader
The layers are stored in the blue channel, with 0 being the background.class
IndividualImageSegmentationLayerReader
Uses a JPG as base image and indexed PNG files for the individual layers (0 = background, 1 = annotation). -
Uses of ImageSegmentationAnnotationReader in adams.data.io.output
Methods in adams.data.io.output that return ImageSegmentationAnnotationReader Modifier and Type Method Description abstract ImageSegmentationAnnotationReader
AbstractImageSegmentationAnnotationWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.ImageSegmentationAnnotationReader
BlueChannelImageSegmentationWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.ImageSegmentationAnnotationReader
GrayscaleImageSegmentationWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.ImageSegmentationAnnotationReader
ImageSegmentationAnnotationWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.ImageSegmentationAnnotationReader
IndexedPNGImageSegmentationWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.ImageSegmentationAnnotationReader
IndividualImageSegmentationLayerWriter. getCorrespondingReader()
Returns, if available, the corresponding reader. -
Uses of ImageSegmentationAnnotationReader in adams.flow.transformer
Fields in adams.flow.transformer declared as ImageSegmentationAnnotationReader Modifier and Type Field Description protected ImageSegmentationAnnotationReader
ImageSegmentationFileReader. m_Reader
the image reader to use.Methods in adams.flow.transformer that return ImageSegmentationAnnotationReader Modifier and Type Method Description ImageSegmentationAnnotationReader
ImageSegmentationFileReader. getReader()
Returns the reader to use.Methods in adams.flow.transformer with parameters of type ImageSegmentationAnnotationReader Modifier and Type Method Description void
ImageSegmentationFileReader. setReader(ImageSegmentationAnnotationReader value)
Sets the reader to use. -
Uses of ImageSegmentationAnnotationReader in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ImageSegmentationAnnotationReader Modifier and Type Field Description protected ImageSegmentationAnnotationReader
ImageSegmentationAnnotationsHandler. m_Reader
the annotation reader to use.Methods in adams.gui.tools.previewbrowser that return ImageSegmentationAnnotationReader Modifier and Type Method Description ImageSegmentationAnnotationReader
ImageSegmentationAnnotationsHandler. getReader()
Returns the image annotation reader to use.Methods in adams.gui.tools.previewbrowser with parameters of type ImageSegmentationAnnotationReader Modifier and Type Method Description void
ImageSegmentationAnnotationsHandler. setReader(ImageSegmentationAnnotationReader value)
Sets the image annotation reader to use.
-