Uses of Interface
org.anchoranalysis.image.io.stack.input.OpenedImageFile
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.channel |
Beans pertaining to reading
Channels as input. |
| org.anchoranalysis.image.io.bean.stack.reader |
Bean classes for reading raster-files from the filesystem.
|
| org.anchoranalysis.image.io.channel.map |
Non-bean classes for a mapping of names to
Channels. |
-
Uses of OpenedImageFile in org.anchoranalysis.image.io.bean.channel
Methods in org.anchoranalysis.image.io.bean.channel with parameters of type OpenedImageFile Modifier and Type Method Description abstract ChannelMapChannelMapCreator. create(OpenedImageFile openedFile, Logger logger)Creates theChannelMap. -
Uses of OpenedImageFile in org.anchoranalysis.image.io.bean.stack.reader
Methods in org.anchoranalysis.image.io.bean.stack.reader that return OpenedImageFile Modifier and Type Method Description abstract OpenedImageFileStackReader. openFile(Path path, ExecutionTimeRecorder executionTimeRecorder)Opens a file containing one or more images.abstract OpenedImageFileStackReaderOrientationCorrection. openFile(Path path, CalculateOrientationChange orientationCorrection, ExecutionTimeRecorder executionTimeRecorder)Opens a file containing one or more images but does not read an image. -
Uses of OpenedImageFile in org.anchoranalysis.image.io.channel.map
Constructors in org.anchoranalysis.image.io.channel.map with parameters of type OpenedImageFile Constructor Description OpenedNamedChannels(OpenedImageFile openedFile, ChannelMap channelMap, int seriesIndex)