public class ImageStackImageLoader<T extends NumericType<T> & NativeType<T>,A extends ArrayDataAccess<A>> extends Object implements BasicImgLoader, TypedBasicImgLoader<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ImageStackImageLoader.SetupImgLoader |
| Constructor and Description |
|---|
ImageStackImageLoader(T type,
ij.ImagePlus imp,
Function<Object,A> wrapPixels) |
ImageStackImageLoader(T type,
ij.ImagePlus imp,
Function<Object,A> wrapPixels,
int setup_id_offset) |
public ImageStackImageLoader(T type, ij.ImagePlus imp, Function<Object,A> wrapPixels, int setup_id_offset)
public static ImageStackImageLoader<UnsignedByteType,ByteArray> createUnsignedByteInstance(ij.ImagePlus imp)
public static ImageStackImageLoader<UnsignedByteType,ByteArray> createUnsignedByteInstance(ij.ImagePlus imp, int offset)
public static ImageStackImageLoader<UnsignedShortType,ShortArray> createUnsignedShortInstance(ij.ImagePlus imp)
public static ImageStackImageLoader<UnsignedShortType,ShortArray> createUnsignedShortInstance(ij.ImagePlus imp, int offset)
public static ImageStackImageLoader<FloatType,FloatArray> createFloatInstance(ij.ImagePlus imp)
public static ImageStackImageLoader<FloatType,FloatArray> createFloatInstance(ij.ImagePlus imp, int offset)
public static ImageStackImageLoader<ARGBType,IntArray> createARGBInstance(ij.ImagePlus imp)
public static ImageStackImageLoader<ARGBType,IntArray> createARGBInstance(ij.ImagePlus imp, int offset)
public ImageStackImageLoader.SetupImgLoader getSetupImgLoader(int setupId)
BasicImgLoaderBasicSetupImgLoader for the specified view setup.getSetupImgLoader in interface BasicImgLoadergetSetupImgLoader in interface BoundedTypeBasicImgLoader<T extends NumericType<T> & NativeType<T>>getSetupImgLoader in interface TypedBasicImgLoader<T extends NumericType<T> & NativeType<T>>setupId - view setup for which to get the BasicSetupImgLoader.BasicSetupImgLoader for the specified view setup.Copyright © 2015–2021 Fiji. All rights reserved.