Package | Description |
---|---|
net.imglib2.img | |
net.imglib2.img.imageplus |
Modifier and Type | Method and Description |
---|---|
static <T extends NumericType<T> & NativeType<T>> |
ImagePlusAdapter.wrap(ij.ImagePlus imp) |
protected static ImagePlusImg<?,?> |
ImagePlusAdapter.wrapLocal(ij.ImagePlus imp) |
protected static ImagePlusImg<?,?> |
ImagePlusAdapter.wrapLocalReal(ij.ImagePlus imp) |
static ImagePlusImg |
ImagePlusAdapter.wrapNumeric(ij.ImagePlus imp) |
static ImagePlusImg |
ImagePlusAdapter.wrapReal(ij.ImagePlus imp) |
Modifier and Type | Class and Description |
---|---|
class |
ByteImagePlus<T extends NativeType<T>>
ImagePlusImg for byte-stored data. |
class |
FloatImagePlus<T extends NativeType<T>>
ImagePlusImg for float-stored data. |
class |
IntImagePlus<T extends NativeType<T>>
ImagePlusImg for integer-stored data. |
class |
ShortImagePlus<T extends NativeType<T>>
ImagePlusImg for short-stored data. |
Modifier and Type | Method and Description |
---|---|
ImagePlusImg<T,?> |
ImagePlusImgFactory.create(Dimensions dimensions) |
ImagePlusImg<T,?> |
ImagePlusImgFactory.create(int[] dimensions) |
ImagePlusImg<T,?> |
ImagePlusImgFactory.create(long... dimensions) |
ImagePlusImg<T,?> |
ImagePlusImgFactory.create(long[] dimensions,
T type)
Deprecated.
|
static <T extends NumericType<T> & NativeType<T>> |
ImagePlusImgs.from(ij.ImagePlus imp)
|
Copyright © 2015–2022 ImgLib2. All rights reserved.