Package | Description |
---|---|
net.imglib2.display.screenimage.awt | |
net.imglib2.img.array | |
net.imglib2.img.planar | |
net.imglib2.type.numeric.integer |
Constructor and Description |
---|
ByteAWTScreenImage(ByteType type,
ByteArray data,
long[] dim) |
Constructor and Description |
---|
ByteAWTScreenImage(ArrayImg<ByteType,ByteArray> img) |
Modifier and Type | Method and Description |
---|---|
static <A extends ByteAccess> |
ArrayImgs.bytes(A access,
long... dim)
|
static ArrayImg<ByteType,ByteArray> |
ArrayImgs.bytes(byte[] array,
long... dim)
|
static ArrayImg<ByteType,ByteArray> |
ArrayImgs.bytes(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ByteType,ByteArray> |
PlanarImgs.bytes(long... dim)
|
Modifier and Type | Method and Description |
---|---|
ByteType |
ByteType.copy() |
ByteType |
ByteType.createVariable() |
ByteType |
ByteType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<ByteType,? extends ByteAccess> |
ByteType.createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
NativeImg<ByteType,? extends ByteAccess> |
ByteType.createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.