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 interfaceImageSegmentationAnnotationReaderWithLayerNamesInterface for image segmentation readers that make use of layer names.Classes in adams.data.io.input that implement ImageSegmentationAnnotationReader Modifier and Type Class Description classAbstractCustomPNGAnnotationImageSegmentationReaderAncestor for readers that read the annotations from a single PNG file and allow the reader to be specified.classAbstractImageSegmentationAnnotationReaderAncestor for readers for image segmentation annotations.classAbstractPNGAnnotationImageSegmentationReaderAncestor for readers that read the annotations from a single PNG file.classBlueChannelImageSegmentationReaderThe layers are stored in the blue channel, with 0 being the background.classGrayscaleImageSegmentationReaderThe layers are stored as grayscale values, with 0 being the background.classIndexedPNGImageSegmentationReaderThe layers are stored in the blue channel, with 0 being the background.classIndividualImageSegmentationLayerReaderUses 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 ImageSegmentationAnnotationReaderAbstractImageSegmentationAnnotationWriter. getCorrespondingReader()Returns, if available, the corresponding reader.ImageSegmentationAnnotationReaderBlueChannelImageSegmentationWriter. getCorrespondingReader()Returns, if available, the corresponding reader.ImageSegmentationAnnotationReaderGrayscaleImageSegmentationWriter. getCorrespondingReader()Returns, if available, the corresponding reader.ImageSegmentationAnnotationReaderImageSegmentationAnnotationWriter. getCorrespondingReader()Returns, if available, the corresponding reader.ImageSegmentationAnnotationReaderIndexedPNGImageSegmentationWriter. getCorrespondingReader()Returns, if available, the corresponding reader.ImageSegmentationAnnotationReaderIndividualImageSegmentationLayerWriter. 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 ImageSegmentationAnnotationReaderImageSegmentationFileReader. m_Readerthe image reader to use.Methods in adams.flow.transformer that return ImageSegmentationAnnotationReader Modifier and Type Method Description ImageSegmentationAnnotationReaderImageSegmentationFileReader. getReader()Returns the reader to use.Methods in adams.flow.transformer with parameters of type ImageSegmentationAnnotationReader Modifier and Type Method Description voidImageSegmentationFileReader. 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 ImageSegmentationAnnotationReaderImageSegmentationAnnotationsHandler. m_Readerthe annotation reader to use.Methods in adams.gui.tools.previewbrowser that return ImageSegmentationAnnotationReader Modifier and Type Method Description ImageSegmentationAnnotationReaderImageSegmentationAnnotationsHandler. getReader()Returns the image annotation reader to use.Methods in adams.gui.tools.previewbrowser with parameters of type ImageSegmentationAnnotationReader Modifier and Type Method Description voidImageSegmentationAnnotationsHandler. setReader(ImageSegmentationAnnotationReader value)Sets the image annotation reader to use.
-