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