public interface LegacyImgLoader<T> extends LegacyBasicImgLoader<T>
| Modifier and Type | Method and Description |
|---|---|
RandomAccessibleInterval<FloatType> |
getFloatImage(ViewId view,
boolean normalize)
Get
FloatType image. |
Dimensions |
getImageSize(ViewId view)
Get the size of an image.
|
VoxelDimensions |
getVoxelSize(ViewId view)
Get the voxel size of an image.
|
getImage, getImageTypeRandomAccessibleInterval<FloatType> getFloatImage(ViewId view, boolean normalize)
FloatType image. If requested, the image is normalized to the
range [0,1].view - timepoint and setup for which to retrieve the image.normalize - whether the image should be normalized to [0,1].FloatType imageDimensions getImageSize(ViewId view)
SequenceDescription but pull it from the image file.view - timepoint and setup for which to retrieve the image size.VoxelDimensions getVoxelSize(ViewId view)
SequenceDescription but pull it from the image file.view - timepoint and setup for which to retrieve the voxel size.Copyright © 2015–2021 Fiji. All rights reserved.