Class FlattenAsChannel
Object
AnchorBean<StackReader>
StackReader
FlattenAsChannel
public class FlattenAsChannel
extends StackReader
Combines all series and frames returned by a reader by converting them into multiple channels in
the same image.
It assumes that the underlying StackReader will only return images with:
- a constant number of channels.
- a constant number of frames.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStackReaderReads the image that is subsequently flattened.OpenedImageFilevoidsetStackReader(StackReader stackReader) Reads the image that is subsequently flattened.Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.StackReader
readStackMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FlattenAsChannel
public FlattenAsChannel()
-
-
Method Details
-
openFile
public OpenedImageFile openFile(Path path, ExecutionTimeRecorder executionTimeRecorder) throws ImageIOException - Specified by:
openFilein classStackReader- Throws:
ImageIOException
-
getStackReader
public StackReader getStackReader()Reads the image that is subsequently flattened. -
setStackReader
public void setStackReader(StackReader stackReader) Reads the image that is subsequently flattened.
-