public class CropImgLoader.SetupImgLoader<T> extends Object implements BasicSetupImgLoader<T>
Modifier | Constructor and Description |
---|---|
protected |
SetupImgLoader(Source<T> source) |
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>
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>
Copyright © 2015–2021 Fiji. All rights reserved.