public class ImagePlusAdapter extends Object
ImageJFunctions
Constructor and Description |
---|
ImagePlusAdapter() |
Modifier and Type | Method and Description |
---|---|
static Img<FloatType> |
convertFloat(ij.ImagePlus imp) |
protected static <T extends Type<T>> |
convertToFloat(Img<T> input,
Converter<T,FloatType> c) |
protected static <T extends NumericType<T> & NativeType<T>> |
setAxesFromImagePlus(ImgPlus<T> image,
ij.ImagePlus imp) |
static <T extends NumericType<T> & NativeType<T>> |
wrap(ij.ImagePlus imp) |
static ByteImagePlus<UnsignedByteType> |
wrapByte(ij.ImagePlus imp) |
static FloatImagePlus<FloatType> |
wrapFloat(ij.ImagePlus imp) |
static <T extends NumericType<T> & NativeType<T>> |
wrapImgPlus(ij.ImagePlus imp) |
protected static ImagePlusImg<?,?> |
wrapLocal(ij.ImagePlus imp) |
protected static ImagePlusImg<?,?> |
wrapLocalReal(ij.ImagePlus imp) |
static ImagePlusImg |
wrapNumeric(ij.ImagePlus imp) |
static ImagePlusImg |
wrapReal(ij.ImagePlus imp) |
static IntImagePlus<ARGBType> |
wrapRGBA(ij.ImagePlus imp) |
static ShortImagePlus<UnsignedShortType> |
wrapShort(ij.ImagePlus imp) |
public static <T extends NumericType<T> & NativeType<T>> ImagePlusImg<T,?> wrap(ij.ImagePlus imp)
public static ImagePlusImg wrapReal(ij.ImagePlus imp)
public static ImagePlusImg wrapNumeric(ij.ImagePlus imp)
public static <T extends NumericType<T> & NativeType<T>> ImgPlus<T> wrapImgPlus(ij.ImagePlus imp)
protected static ImagePlusImg<?,?> wrapLocal(ij.ImagePlus imp)
protected static ImagePlusImg<?,?> wrapLocalReal(ij.ImagePlus imp)
protected static <T extends NumericType<T> & NativeType<T>> void setAxesFromImagePlus(ImgPlus<T> image, ij.ImagePlus imp)
public static ByteImagePlus<UnsignedByteType> wrapByte(ij.ImagePlus imp)
public static ShortImagePlus<UnsignedShortType> wrapShort(ij.ImagePlus imp)
public static IntImagePlus<ARGBType> wrapRGBA(ij.ImagePlus imp)
public static FloatImagePlus<FloatType> wrapFloat(ij.ImagePlus imp)
Copyright © 2015–2022 ImgLib2. All rights reserved.