T - the pixel type of images provided.public interface MultiResolutionSetupImgLoader<T> extends BasicMultiResolutionSetupImgLoader<T>, SetupImgLoader<T>
SetupImgLoader providing multiple resolutions of each image. By
convention, resolution level 0 is the full resolution.| Modifier and Type | Method and Description |
|---|---|
default RandomAccessibleInterval<FloatType> |
getFloatImage(int timepointId,
boolean normalize,
ImgLoaderHint... hints)
Get image at the specified timepoint, converted to
FloatType. |
default RandomAccessibleInterval<FloatType> |
getFloatImage(int timepointId,
int level,
boolean normalize,
ImgLoaderHint... hints)
Get image at the specified timepoint and resolution level, converted to
FloatType. |
default Dimensions |
getImageSize(int timepointId)
Get the size of an image.
|
Dimensions |
getImageSize(int timepointId,
int level)
Get the size of an image.
|
getImage, getMipmapResolutions, getMipmapTransforms, numMipmapLevelsgetVoxelSizegetImage, getImageTypedefault RandomAccessibleInterval<FloatType> getFloatImage(int timepointId, boolean normalize, ImgLoaderHint... hints)
SetupImgLoaderFloatType. If
requested, the image is normalized to the range [0,1].getFloatImage in interface SetupImgLoader<T>timepointId - timepoint for which to retrieve the image.normalize - whether the image should be normalized to [0,1].hints - optional hints regarding how to load the image.FloatType imagedefault RandomAccessibleInterval<FloatType> getFloatImage(int timepointId, int level, boolean normalize, ImgLoaderHint... hints)
FloatType. If requested, the image is normalized to the range
[0,1].timepointId - timepoint for which to retrieve the image.level - resolution level for which to retrieve the image.normalize - whether the image should be normalized to [0,1].hints - optional hints regarding how to load the image.FloatType imagedefault Dimensions getImageSize(int timepointId)
SetupImgLoaderSequenceDescription but pull it from the image file.getImageSize in interface SetupImgLoader<T>timepointId - timepoint for which to retrieve the image size.Dimensions getImageSize(int timepointId, int level)
SequenceDescription but pull it from the image file.timepointId - timepoint for which to retrieve the image size.level - resolution level for which to retrieve the image size.Copyright © 2015–2021 Fiji. All rights reserved.