T - the pixel type of images provided.public interface SetupImgLoader<T> extends BasicSetupImgLoader<T>
BasicSetupImgLoader that is able to also provide each image
converted to FloatType. Moreover, it provides voxel size and image
size for each image (usually without needing to completely read the image).| Modifier and Type | Method and Description |
|---|---|
RandomAccessibleInterval<FloatType> |
getFloatImage(int timepointId,
boolean normalize,
ImgLoaderHint... hints)
Get image at the specified timepoint, converted to
FloatType. |
Dimensions |
getImageSize(int timepointId)
Get the size of an image.
|
VoxelDimensions |
getVoxelSize(int timepointId)
Get the voxel size of an image.
|
getImage, getImageTypeRandomAccessibleInterval<FloatType> getFloatImage(int timepointId, boolean normalize, ImgLoaderHint... hints)
FloatType. If
requested, the image is normalized to the range [0,1].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 imageDimensions getImageSize(int timepointId)
SequenceDescription but pull it from the image file.timepointId - timepoint for which to retrieve the image size.VoxelDimensions getVoxelSize(int timepointId)
SequenceDescription but pull it from the image
file.timepointId - timepoint for which to retrieve the voxel size.Copyright © 2015–2021 Fiji. All rights reserved.