Uses of Interface
org.anchoranalysis.image.io.stack.input.OpenedImageFile
Packages that use OpenedImageFile
Package
Description
Beans pertaining to reading
Channel
s as input.Bean classes for reading raster-files from the filesystem.
Non-bean classes for a mapping of names to
Channel
s.Beans for filesystem I/O using Bioformats.
Implementations of
ChannelMapCreator
.Implementations of
StackReader
.Non-bean classes to help use multiple files to represent a single
Stack
.-
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 ChannelMap
ChannelMapCreator.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 OpenedImageFile
StackReader.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) Opens a file containing one or more images.abstract OpenedImageFile
StackReaderOrientationCorrection.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 newOpenedNamedChannels
instance. -
Uses of OpenedImageFile in org.anchoranalysis.io.bioformats.bean
Methods in org.anchoranalysis.io.bioformats.bean that return OpenedImageFileModifier and TypeMethodDescriptionBioformatsReader.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) BioformatsReader.openFile
(Path filePath, CalculateOrientationChange orientationCorrection, ExecutionTimeRecorder executionTimeRecorder) -
Uses of OpenedImageFile in org.anchoranalysis.plugin.io.bean.channel.map
Methods in org.anchoranalysis.plugin.io.bean.channel.map with parameters of type OpenedImageFileModifier and TypeMethodDescriptionAutoname.create
(OpenedImageFile openedFile, Logger logger) FromEntries.create
(OpenedImageFile openedFile, Logger logger) FromMetadata.create
(OpenedImageFile openedFile, Logger logger) SingleChannel.create
(OpenedImageFile openedFile, Logger logger) -
Uses of OpenedImageFile in org.anchoranalysis.plugin.io.bean.stack.reader
Methods in org.anchoranalysis.plugin.io.bean.stack.reader that return OpenedImageFileModifier and TypeMethodDescriptionBranchExtension.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) FlattenAsChannel.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) ImposeResolution.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) MultiFileReader.openFile
(Path filePath, ExecutionTimeRecorder executionTimeRecorder) ReadVoxelExtentXml.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) RejectIfConditionXYResolution.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) RotateImageToMatchEXIFOrientation.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder) RotateImageToMatchEXIFOrientation.openFile
(Path path, CalculateOrientationChange orientationCorrection, ExecutionTimeRecorder executionTimeRecorder) -
Uses of OpenedImageFile in org.anchoranalysis.plugin.io.multifile
Classes in org.anchoranalysis.plugin.io.multifile that implement OpenedImageFileModifier and TypeClassDescriptionclass
AOpenedImageFile
where the image is formed from more than one file on the file-system. -
Uses of OpenedImageFile in org.anchoranalysis.plugin.opencv.bean.stack
Methods in org.anchoranalysis.plugin.opencv.bean.stack that return OpenedImageFileModifier and TypeMethodDescriptionOpenCVReader.openFile
(Path path, ExecutionTimeRecorder executionTimeRecorder)