Name

adams.flow.transformer.ImageSegmentationFileReader


Synopsis

Reads image segmentation file formats using the specified reader and forwards a container with the data.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File
- output: adams.flow.container.ImageSegmentationContainer

Container information:
- adams.flow.container.ImageSegmentationContainer:
   - name: image name; java.lang.String
   - base: base image; java.awt.image.BufferedImage
   - layers: map of layers (name -> BufferedImage); java.util.Map


Options