public class ImageCollectionElement extends Object
Constructor and Description |
---|
ImageCollectionElement(File file,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getDimension(int dim) |
int |
getDimensionality() |
int[] |
getDimensions() |
File |
getFile() |
int |
getIndex() |
Model<?> |
getModel() |
float[] |
getOffset() |
float |
getOffset(int dim) |
boolean |
isVirtual() |
ij.ImagePlus |
open(boolean virtual) |
void |
setDimensionality(int dimensionality) |
void |
setImagePlus(ij.ImagePlus imp)
Used by the multi-series stitching
|
void |
setModel(Model<?> model) |
void |
setOffset(float[] offset) |
public ImageCollectionElement(File file, int index)
public void setOffset(float[] offset)
public float[] getOffset()
public float getOffset(int dim)
public int[] getDimensions()
public int getDimension(int dim)
public int getIndex()
public void setModel(Model<?> model)
public Model<?> getModel()
public void setDimensionality(int dimensionality)
public int getDimensionality()
public File getFile()
public boolean isVirtual()
public void setImagePlus(ij.ImagePlus imp)
imp
- - the ImagePlus of this seriespublic ij.ImagePlus open(boolean virtual)
public void close()
Copyright © 2015–2021 Fiji. All rights reserved.