public class BFVirtualStack
extends ij.VirtualStack
Modifier and Type | Field and Description |
---|---|
protected Cache |
cache |
private float[] |
calibrationTable |
private boolean |
colorize |
private RecordedImageProcessor |
currentProcessor |
private int |
currentSlice |
protected java.lang.String |
id |
private int[] |
len |
private boolean |
merge |
private java.util.List<java.util.List<RecordedImageProcessor.MethodEntry>> |
methodStacks |
private int[] |
planeIndexes |
protected ImageProcessorReader |
reader |
private boolean |
record |
private int |
series |
Constructor and Description |
---|
BFVirtualStack(java.lang.String path,
IFormatReader r,
boolean colorize,
boolean merge,
boolean record) |
Modifier and Type | Method and Description |
---|---|
Cache |
getCache() |
int |
getHeight() |
protected static int |
getHeight(IFormatReader r,
java.lang.String path,
int series) |
java.util.List<RecordedImageProcessor.MethodEntry> |
getMethodStack() |
java.lang.String |
getPath() |
ij.process.ImageProcessor |
getProcessor(int n) |
ImageProcessorReader |
getReader() |
RecordedImageProcessor |
getRecordedProcessor() |
int |
getSize() |
int |
getWidth() |
protected static int |
getWidth(IFormatReader r,
java.lang.String path,
int series) |
void |
setPlaneIndexes(int[] planeIndexes) |
addSlice, addSlice, addSlice, addSlice, deleteLastSlice, deleteSlice, getBitDepth, getDirectory, getFileName, getImageArray, getPixels, getProperties, getSliceLabel, isVirtual, saveChanges, setBitDepth, setPixels, setSliceLabel, sortDicom, trim
addSlice, addUnsignedShortSlice, convertToFloat, create, crop, drawSphere, duplicate, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, getVoxel, getVoxels, getVoxels, isHSB, isLab, isRGB, setColorModel, setProcessor, setRoi, setVoxel, setVoxels, setVoxels, size, toString, update
protected ImageProcessorReader reader
protected java.lang.String id
protected Cache cache
private java.util.List<java.util.List<RecordedImageProcessor.MethodEntry>> methodStacks
private int currentSlice
private RecordedImageProcessor currentProcessor
private boolean colorize
private boolean merge
private boolean record
private int series
private int[] len
private int[] planeIndexes
private float[] calibrationTable
public BFVirtualStack(java.lang.String path, IFormatReader r, boolean colorize, boolean merge, boolean record) throws FormatException, java.io.IOException, CacheException
FormatException
java.io.IOException
CacheException
protected static int getWidth(IFormatReader r, java.lang.String path, int series) throws FormatException, java.io.IOException
FormatException
java.io.IOException
protected static int getHeight(IFormatReader r, java.lang.String path, int series) throws FormatException, java.io.IOException
FormatException
java.io.IOException
public java.lang.String getPath()
public ImageProcessorReader getReader()
public Cache getCache()
public RecordedImageProcessor getRecordedProcessor()
public java.util.List<RecordedImageProcessor.MethodEntry> getMethodStack()
public void setPlaneIndexes(int[] planeIndexes)
public ij.process.ImageProcessor getProcessor(int n)
getProcessor
in class ij.VirtualStack
public int getWidth()
getWidth
in class ij.ImageStack
public int getHeight()
getHeight
in class ij.ImageStack
public int getSize()
getSize
in class ij.VirtualStack
Copyright © 2020 Open Microscopy Environment