public class ImageStackImageLoader.SetupImgLoader extends Object implements BasicSetupImgLoader<T>
Constructor and Description |
---|
SetupImgLoader(int channel) |
Modifier and Type | Method and Description |
---|---|
RandomAccessibleInterval<T> |
getImage(int timepointId,
ImgLoaderHint... hints)
Get the image at the specified timepoint.
|
T |
getImageType() |
public RandomAccessibleInterval<T> getImage(int timepointId, ImgLoaderHint... hints)
BasicSetupImgLoader
The returned image has pixel type T
(an instance of T
may
be obtained by BasicSetupImgLoader.getImageType()
).
getImage
in interface BasicSetupImgLoader<T extends NumericType<T> & NativeType<T>>
timepointId
- timepoint for which to retrieve the image.hints
- optional hints regarding how to load the image.public T getImageType()
getImageType
in interface BasicSetupImgLoader<T extends NumericType<T> & NativeType<T>>
Copyright © 2015–2021 Fiji. All rights reserved.