Package | Description |
---|---|
net.imglib2.display.projector.specialized | |
net.imglib2.img.display.imagej | |
net.imglib2.img.imageplus | |
net.imglib2.img.planar |
Constructor and Description |
---|
PlanarImgXYByteProjector(PlanarImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source,
ArrayImg<UnsignedShortType,ShortArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
Modifier and Type | Method and Description |
---|---|
static ij.VirtualStack |
PlanarImgToVirtualStack.wrap(PlanarImg<?,?> img) |
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 |
ImagePlusImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>
A container that stores data in an array of 2D slices each as a linear array
of basic types.
|
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 | Field and Description |
---|---|
protected PlanarImg<T,?> |
PlanarLocalizingCursor.container |
protected PlanarImg<T,?> |
PlanarCursor.container |
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ARGBType,IntArray> |
PlanarImgs.argbs(long... dim)
|
static PlanarImg<BitType,LongArray> |
PlanarImgs.bits(long... dim)
|
static PlanarImg<NativeBoolType,BooleanArray> |
PlanarImgs.booleans(long... dim)
|
static PlanarImg<ByteType,ByteArray> |
PlanarImgs.bytes(long... dim)
|
static PlanarImg<ComplexDoubleType,DoubleArray> |
PlanarImgs.complexDoubles(long... dim)
|
static PlanarImg<ComplexFloatType,FloatArray> |
PlanarImgs.complexFloats(long... dim)
|
PlanarImg<T,?> |
PlanarImg.copy() |
PlanarImg<T,?> |
PlanarImgFactory.create(Dimensions dimensions) |
PlanarImg<T,?> |
PlanarImgFactory.create(int[] dimensions) |
PlanarImg<T,?> |
PlanarImgFactory.create(long... dimensions) |
PlanarImg<T,?> |
PlanarImgFactory.create(long[] dimensions,
T type)
Deprecated.
|
static PlanarImg<DoubleType,DoubleArray> |
PlanarImgs.doubles(long... dim)
|
static PlanarImg<FloatType,FloatArray> |
PlanarImgs.floats(long... dim)
|
static PlanarImg<IntType,IntArray> |
PlanarImgs.ints(long... dim)
|
static PlanarImg<LongType,LongArray> |
PlanarImgs.longs(long... dim)
|
static PlanarImg<ShortType,ShortArray> |
PlanarImgs.shorts(long... dim)
|
static PlanarImg<UnsignedByteType,ByteArray> |
PlanarImgs.unsignedBytes(long... dim)
|
static PlanarImg<UnsignedIntType,IntArray> |
PlanarImgs.unsignedInts(long... dim)
|
static PlanarImg<UnsignedShortType,ShortArray> |
PlanarImgs.unsignedShorts(long... dim)
|
Constructor and Description |
---|
PlanarCursor(PlanarImg<T,?> container) |
PlanarCursor1D(PlanarImg<T,?> container) |
PlanarCursor2D(PlanarImg<T,?> container) |
PlanarLocalizingCursor(PlanarImg<T,?> container) |
PlanarLocalizingCursor1D(PlanarImg<T,?> container) |
PlanarLocalizingCursor2D(PlanarImg<T,?> container) |
PlanarPlaneSubsetCursor(PlanarImg<T,?> container,
Interval interval)
Constructor
|
PlanarPlaneSubsetLocalizingCursor(PlanarImg<T,?> container,
Interval interval)
Constructor
|
PlanarRandomAccess(PlanarImg<T,?> container) |
PlanarRandomAccess1D(PlanarImg<T,?> container) |
Copyright © 2015–2022 ImgLib2. All rights reserved.