Uses of Class
org.anchoranalysis.image.io.bean.stack.reader.StackReader
Packages that use StackReader
Package
Description
Beans related to reading / writing / specifying annotations.
Bean classes for reading
ImageMetadata from the
file-system.Bean classes for reading raster-files from the filesystem.
Non-bean classes for reading a
Stack from the
filesystem.Beans for filesystem I/O using Bioformats.
Comparing the similarity of annotations from two images to each other.
Non-bean classes for comparing two sets of annotations.
Combining multiple images together into a single image.
Tasks to scale an image.
Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
ImageMetadataReader.Implementations of
StackReader.Non-bean classes to help use multiple files to represent a single
Stack.Converting from
NamedChannelsInput to the
input-type expected by a Task.Utilities for testing-related reading and writing to the filesystem.
-
Uses of StackReader in org.anchoranalysis.annotation.io.bean
Methods in org.anchoranalysis.annotation.io.bean that return StackReaderModifier and TypeMethodDescriptionAnnotatorStrategy.getStackReader()How to read rasterStacks from the file-system.Methods in org.anchoranalysis.annotation.io.bean with parameters of type StackReaderModifier and TypeMethodDescriptionvoidAnnotatorStrategy.setStackReader(StackReader stackReader) How to read rasterStacks from the file-system. -
Uses of StackReader in org.anchoranalysis.image.io.bean.stack.metadata.reader
Methods in org.anchoranalysis.image.io.bean.stack.metadata.reader that return StackReaderModifier and TypeMethodDescriptionFromStackReader.getStackReader()TheStackReaderto use to read the image metadata.Methods in org.anchoranalysis.image.io.bean.stack.metadata.reader with parameters of type StackReaderModifier and TypeMethodDescriptionFromStackReader.openFile(Path path, StackReader defaultStackReader, OperationContext context) abstract ImageMetadataImageMetadataReader.openFile(Path path, StackReader defaultStackReader, OperationContext context) Opens a file containing one or more images but does not read an image.voidFromStackReader.setStackReader(StackReader stackReader) TheStackReaderto use to read the image metadata.Constructors in org.anchoranalysis.image.io.bean.stack.metadata.reader with parameters of type StackReaderModifierConstructorDescriptionFromStackReader(StackReader stackReader) Create from aStackReader. -
Uses of StackReader in org.anchoranalysis.image.io.bean.stack.reader
Subclasses of StackReader in org.anchoranalysis.image.io.bean.stack.readerModifier and TypeClassDescriptionclassAStackReaderthat supports the correction of orientation as images are read from the file-system.Methods in org.anchoranalysis.image.io.bean.stack.reader that return StackReaderModifier and TypeMethodDescriptionInputManagerWithStackReader.getStackReader()How to read an image from the file-system.Methods in org.anchoranalysis.image.io.bean.stack.reader with parameters of type StackReaderModifier and TypeMethodDescriptionvoidInputManagerWithStackReader.setStackReader(StackReader stackReader) How to read an image from the file-system. -
Uses of StackReader in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input with parameters of type StackReaderModifier and TypeMethodDescriptionstatic MaskMaskReader.openMask(StackReader stackReader, Path path, BinaryValuesInt binaryValues, OperationContext context) Utility functions for opening a single-channeled stack as aMask. -
Uses of StackReader in org.anchoranalysis.io.bioformats.bean
Subclasses of StackReader in org.anchoranalysis.io.bioformats.bean -
Uses of StackReader in org.anchoranalysis.plugin.annotation.bean.comparer
Methods in org.anchoranalysis.plugin.annotation.bean.comparer that return StackReaderModifier and TypeMethodDescriptionMaskAsObject.getStackReader()How to read theMaskfrom the file-system.Methods in org.anchoranalysis.plugin.annotation.bean.comparer with parameters of type StackReaderModifier and TypeMethodDescriptionvoidMaskAsObject.setStackReader(StackReader stackReader) How to read theMaskfrom the file-system. -
Uses of StackReader in org.anchoranalysis.plugin.annotation.comparison
Methods in org.anchoranalysis.plugin.annotation.comparison that return StackReaderModifier and TypeMethodDescriptionAnnotationComparisonInput.getStackReader()TheStackReaderto use for reading image stacks.Constructors in org.anchoranalysis.plugin.annotation.comparison with parameters of type StackReaderModifierConstructorDescriptionAnnotationComparisonInput(T input, io.vavr.Tuple2<ComparableSource, ComparableSource> comparers, io.vavr.Tuple2<String, String> names, StackReader stackReader) Creates an annotation comparison input. -
Uses of StackReader in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return StackReaderModifier and TypeMethodDescriptionMontage.getStackReader()Fallback forimageMetadataReaderto read image files without a directy metadata reader.Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type StackReaderModifier and TypeMethodDescriptionvoidMontage.setStackReader(StackReader stackReader) Fallback forimageMetadataReaderto read image files without a directy metadata reader. -
Uses of StackReader in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return StackReaderModifier and TypeMethodDescriptionScaleImageCommonSize.getStackReader()Fallback forimageMetadataReaderto read image files without a direct metadata reader.Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type StackReaderModifier and TypeMethodDescriptionvoidScaleImageCommonSize.setStackReader(StackReader stackReader) Fallback forimageMetadataReaderto read image files without a direct metadata reader. -
Uses of StackReader in org.anchoranalysis.plugin.image.task.stack
Constructors in org.anchoranalysis.plugin.image.task.stack with parameters of type StackReaderModifierConstructorDescriptionImageSizePrereader(ImageMetadataReader imageMetadataReader, StackReader stackReader, OperationContext context) Creates a newImageSizePrereaderinstance. -
Uses of StackReader in org.anchoranalysis.plugin.io.bean.metadata.reader
Methods in org.anchoranalysis.plugin.io.bean.metadata.reader with parameters of type StackReaderModifier and TypeMethodDescriptionAlwaysReject.openFile(Path path, StackReader defaultStackReader, OperationContext context) InferFromHeader.openFile(Path path, StackReader defaultStackReader, OperationContext context) -
Uses of StackReader in org.anchoranalysis.plugin.io.bean.stack.reader
Subclasses of StackReader in org.anchoranalysis.plugin.io.bean.stack.readerModifier and TypeClassDescriptionclassIf the extension(s) of a path matches a particular value, then use a particular reader, otherwise a fallback.classCombines all series and frames returned by a reader by converting them into multiple channels in the same image.classAdds an explicitResolutionto an image after it has been read.classclassReadsResolutionfrom an XML file associated an image.classIf the XY resolution of an opened-image meets a certain condition then the resolution is scaled by a factor.classRotates an image to match any EXIF orientation information, if it exists.Methods in org.anchoranalysis.plugin.io.bean.stack.reader that return StackReaderModifier and TypeMethodDescriptionBranchExtension.getReaderMatching()The reader to use if the extension matches.BranchExtension.getReaderNotMatching()The reader to use if the extension does not match.FlattenAsChannel.getStackReader()Reads the image that is subsequently flattened.ImposeResolution.getStackReader()Reads an image before a resolution is imposed.MultiFileReader.getStackReader()ReadVoxelExtentXml.getStackReader()Reads an image before a resolution is imposed.RejectIfConditionXYResolution.getStackReader()Reads an image before a resolution is imposed.Methods in org.anchoranalysis.plugin.io.bean.stack.reader with parameters of type StackReaderModifier and TypeMethodDescriptionvoidBranchExtension.setReaderMatching(StackReader readerMatching) The reader to use if the extension matches.voidBranchExtension.setReaderNotMatching(StackReader readerNotMatching) The reader to use if the extension does not match.voidFlattenAsChannel.setStackReader(StackReader stackReader) Reads the image that is subsequently flattened.voidImposeResolution.setStackReader(StackReader stackReader) Reads an image before a resolution is imposed.voidMultiFileReader.setStackReader(StackReader stackReader) voidReadVoxelExtentXml.setStackReader(StackReader stackReader) Reads an image before a resolution is imposed.voidRejectIfConditionXYResolution.setStackReader(StackReader stackReader) Reads an image before a resolution is imposed. -
Uses of StackReader in org.anchoranalysis.plugin.io.multifile
Constructors in org.anchoranalysis.plugin.io.multifile with parameters of type StackReaderModifierConstructorDescriptionOpenedMultiFile(StackReader stackReader, ParsedFilePathBag fileBag, ExecutionTimeRecorder executionTimeRecorder) -
Uses of StackReader in org.anchoranalysis.plugin.mpp.bean.convert
Methods in org.anchoranalysis.plugin.mpp.bean.convert that return StackReaderModifier and TypeMethodDescriptionConvertNamedChannels.getDefaultStackReaderForMetadata()Supplies to theimageMetadataReaderto use, if no other reader is specified.Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type StackReaderModifier and TypeMethodDescriptionvoidConvertNamedChannels.setDefaultStackReaderForMetadata(StackReader defaultStackReaderForMetadata) Supplies to theimageMetadataReaderto use, if no other reader is specified. -
Uses of StackReader in org.anchoranalysis.plugin.opencv.bean.stack
Subclasses of StackReader in org.anchoranalysis.plugin.opencv.bean.stackModifier and TypeClassDescriptionclassReads a stack from the file-system using OpenCV. -
Uses of StackReader in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return StackReaderModifier and TypeMethodDescriptionstatic StackReaderBeanInstanceMapFixture.ensureStackReader()Ensure aStackReaderinstance exists in the underlyingBeanInstanceMap.Constructors in org.anchoranalysis.test.image.io with parameters of type StackReaderModifierConstructorDescriptionTestLoaderImage(TestLoader loader, StackReader stackReader) Creates a newTestLoaderImageinstance.