Uses of Class
org.anchoranalysis.image.io.bean.stack.reader.StackReader
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.stack.metadata.reader |
Bean classes for reading
ImageMetadata from the
file-system. |
| org.anchoranalysis.image.io.bean.stack.reader |
Bean classes for reading raster-files from the filesystem.
|
| org.anchoranalysis.image.io.stack.input |
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 StackReader Modifier and Type Method Description StackReaderFromStackReader. getStackReader()TheStackReaderto use to read the image metadata.Methods in org.anchoranalysis.image.io.bean.stack.metadata.reader with parameters of type StackReader Modifier and Type Method Description ImageMetadataFromStackReader. 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 StackReader Constructor Description FromStackReader(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.reader Modifier and Type Class Description classStackReaderOrientationCorrectionAStackReaderthat supports the correction of orientation as images are read from the file-system.Methods in org.anchoranalysis.image.io.bean.stack.reader that return StackReader Modifier and Type Method Description StackReaderInputManagerWithStackReader. getStackReader()How to read an image from the file-system.Methods in org.anchoranalysis.image.io.bean.stack.reader with parameters of type StackReader Modifier and Type Method Description voidInputManagerWithStackReader. 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 StackReader Modifier and Type Method Description static MaskMaskReader. openMask(StackReader stackReader, Path path, org.anchoranalysis.image.voxel.binary.values.BinaryValuesInt binaryValues, OperationContext context)Utility functions for opening a single-channeled stack as aMask.