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 rasterStack
s from the file-system.Methods in org.anchoranalysis.annotation.io.bean with parameters of type StackReaderModifier and TypeMethodDescriptionvoid
AnnotatorStrategy.setStackReader
(StackReader stackReader) How to read rasterStack
s 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()
TheStackReader
to 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 ImageMetadata
ImageMetadataReader.openFile
(Path path, StackReader defaultStackReader, OperationContext context) Opens a file containing one or more images but does not read an image.void
FromStackReader.setStackReader
(StackReader stackReader) TheStackReader
to 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 TypeClassDescriptionclass
AStackReader
that 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 TypeMethodDescriptionvoid
InputManagerWithStackReader.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 Mask
MaskReader.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 theMask
from the file-system.Methods in org.anchoranalysis.plugin.annotation.bean.comparer with parameters of type StackReaderModifier and TypeMethodDescriptionvoid
MaskAsObject.setStackReader
(StackReader stackReader) How to read theMask
from 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()
TheStackReader
to 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 forimageMetadataReader
to read image files without a directy metadata reader.Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type StackReaderModifier and TypeMethodDescriptionvoid
Montage.setStackReader
(StackReader stackReader) Fallback forimageMetadataReader
to 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 forimageMetadataReader
to read image files without a direct metadata reader.Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type StackReaderModifier and TypeMethodDescriptionvoid
ScaleImageCommonSize.setStackReader
(StackReader stackReader) Fallback forimageMetadataReader
to 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 newImageSizePrereader
instance. -
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 TypeClassDescriptionclass
If the extension(s) of a path matches a particular value, then use a particular reader, otherwise a fallback.class
Combines all series and frames returned by a reader by converting them into multiple channels in the same image.class
Adds an explicitResolution
to an image after it has been read.class
class
ReadsResolution
from an XML file associated an image.class
If the XY resolution of an opened-image meets a certain condition then the resolution is scaled by a factor.class
Rotates 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 TypeMethodDescriptionvoid
BranchExtension.setReaderMatching
(StackReader readerMatching) The reader to use if the extension matches.void
BranchExtension.setReaderNotMatching
(StackReader readerNotMatching) The reader to use if the extension does not match.void
FlattenAsChannel.setStackReader
(StackReader stackReader) Reads the image that is subsequently flattened.void
ImposeResolution.setStackReader
(StackReader stackReader) Reads an image before a resolution is imposed.void
MultiFileReader.setStackReader
(StackReader stackReader) void
ReadVoxelExtentXml.setStackReader
(StackReader stackReader) Reads an image before a resolution is imposed.void
RejectIfConditionXYResolution.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 theimageMetadataReader
to use, if no other reader is specified.Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type StackReaderModifier and TypeMethodDescriptionvoid
ConvertNamedChannels.setDefaultStackReaderForMetadata
(StackReader defaultStackReaderForMetadata) Supplies to theimageMetadataReader
to 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 TypeClassDescriptionclass
Reads 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 StackReader
BeanInstanceMapFixture.ensureStackReader()
Ensure aStackReader
instance exists in the underlyingBeanInstanceMap
.Constructors in org.anchoranalysis.test.image.io with parameters of type StackReaderModifierConstructorDescriptionTestLoaderImage
(TestLoader loader, StackReader stackReader) Creates a newTestLoaderImage
instance.