Uses of Class
org.anchoranalysis.image.io.bean.stack.reader.StackReader
Packages that use StackReader
Package
Description
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.-
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.Subclasses with type arguments of type StackReader in org.anchoranalysis.image.io.bean.stack.readerMethods 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.