Package | Description |
---|---|
net.imglib2.img.array | |
net.imglib2.img.basictypeaccess.array | |
net.imglib2.img.cell | |
net.imglib2.img.planar |
Modifier and Type | Method and Description |
---|---|
static ArrayImg<BitType,LongArray> |
ArrayImgs.bits(long... dim)
|
ArrayImg<T,LongArray> |
ArrayImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static ArrayImg<LongType,LongArray> |
ArrayImgs.longs(long... dim)
|
static ArrayImg<LongType,LongArray> |
ArrayImgs.longs(long[] array,
long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongs(long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongss(long[] array,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
LongArray |
LongArray.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
CellImg<T,LongArray> |
CellImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static PlanarImg<BitType,LongArray> |
PlanarImgs.bits(long... dim)
|
NativeImg<T,LongArray> |
PlanarImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static PlanarImg<LongType,LongArray> |
PlanarImgs.longs(long... dim)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.