Uses of Interface
org.anchoranalysis.image.io.stack.input.OpenedImageFile
Packages that use OpenedImageFile
Package
Description
Beans pertaining to reading
Channels as input.Bean classes for reading raster-files from the filesystem.
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 OpenedImageFileModifier and TypeMethodDescriptionabstract 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 OpenedImageFileModifier and TypeMethodDescriptionabstract 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 OpenedImageFileModifierConstructorDescriptionOpenedNamedChannels(OpenedImageFile openedFile, ChannelMap channelMap, int seriesIndex) Creates a newOpenedNamedChannelsinstance.