Uses of Class
adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
-
Packages that use AbstractPNGAnnotationImageSegmentationReader Package Description adams.data.io.input -
-
Uses of AbstractPNGAnnotationImageSegmentationReader in adams.data.io.input
Subclasses of AbstractPNGAnnotationImageSegmentationReader in adams.data.io.input 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
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.
-