T
- the pixel type of images provided.public interface BasicMultiResolutionSetupImgLoader<T> extends BasicSetupImgLoader<T>
BasicSetupImgLoader
providing multiple resolutions of each image. By
convention, resolution level 0 is the full resolution.Modifier and Type | Method and Description |
---|---|
RandomAccessibleInterval<T> |
getImage(int timepointId,
int level,
ImgLoaderHint... hints)
Get the image at the specified timepoint and resolution level.
|
double[][] |
getMipmapResolutions()
Get the sub-sampling factors, indexed by resolution level and dimension.
|
AffineTransform3D[] |
getMipmapTransforms()
Get the transformation from coordinates of the sub-sampled image of a a
resolution level to coordinates of the full resolution image.
|
int |
numMipmapLevels()
Get number of resolution levels.
|
getImage, getImageType
RandomAccessibleInterval<T> getImage(int timepointId, int level, ImgLoaderHint... hints)
The returned image has pixel type T
(an instance of T
may
be obtained by BasicSetupImgLoader.getImageType()
).
timepointId
- timepoint for which to retrieve the image.level
- resolution level for which to retrieve the image.hints
- optional hints regarding how to load the image.double[][] getMipmapResolutions()
AffineTransform3D[] getMipmapTransforms()
int numMipmapLevels()
Copyright © 2015–2021 Fiji. All rights reserved.