public class LegacyTileImgLoader extends Object implements LegacyBasicImgLoader<UnsignedShortType>
| Constructor and Description |
|---|
LegacyTileImgLoader(File imageIndexFile,
List<CellVoyagerDataExporter.ChannelInfo> channelInfos) |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessibleInterval<UnsignedShortType> |
getImage(ViewId view)
Get the un-normalized image of the default
pixel
type of this BasicImgLoader. |
UnsignedShortType |
getImageType() |
public LegacyTileImgLoader(File imageIndexFile, List<CellVoyagerDataExporter.ChannelInfo> channelInfos)
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.