@Deprecated public class LegacyStackImageLoader extends Object implements LegacyBasicImgLoader<UnsignedShortType>
ImgLoader loads images that represent a 3D stack in a single
file, for example in tif, lsm, or czi format. It is constructed with a list
of image filenames and the number of setups (e.g. angles). Then, to laod the
image for a given ViewDescription, its index in the filename list is computed as
view.getSetupIndex() + numViewSetups * view.getTimepointIndex().| Constructor and Description |
|---|
LegacyStackImageLoader(HashMap<ViewId,String> filenames,
boolean useImageJOpener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RandomAccessibleInterval<UnsignedShortType> |
getImage(ViewId view)
Deprecated.
Get the un-normalized image of the default
pixel
type of this BasicImgLoader. |
UnsignedShortType |
getImageType()
Deprecated.
|
public RandomAccessibleInterval<UnsignedShortType> getImage(ViewId view)
LegacyBasicImgLoaderpixel
type of this BasicImgLoader.getImage in interface LegacyBasicImgLoader<UnsignedShortType>view - timepoint and setup for which to retrieve the image.public UnsignedShortType getImageType()
getImageType in interface LegacyBasicImgLoader<UnsignedShortType>Copyright © 2015–2021 Fiji. All rights reserved.