Modifier and Type | Method and Description |
---|---|
ByteArray |
AccessIo.ByteArrayType.load(ByteBuffer bytes,
int numElements) |
Constructor and Description |
---|
ArrayImgXYByteProjector(ArrayImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes an ArrayImg and writes the result into target.
|
ArrayImgXYByteProjector(ArrayImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes an ArrayImg and writes the result into target.
|
PlanarImgXYByteProjector(PlanarImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
PlanarImgXYByteProjector(PlanarImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
Modifier and Type | Method and Description |
---|---|
protected DataBufferByte |
UnsignedByteAWTScreenImage.createDataBuffer(ByteArray data) |
protected SignedByteDataBuffer |
ByteAWTScreenImage.createDataBuffer(ByteArray data) |
Constructor and Description |
---|
ByteAWTScreenImage(ByteType type,
ByteArray data,
long[] dim) |
UnsignedByteAWTScreenImage(UnsignedByteType type,
ByteArray data,
long[] dim) |
Constructor and Description |
---|
ByteAWTScreenImage(ArrayImg<ByteType,ByteArray> img) |
UnsignedByteAWTScreenImage(ArrayImg<UnsignedByteType,ByteArray> img) |
Modifier and Type | Method and Description |
---|---|
static ArrayImg<ByteType,ByteArray> |
ArrayImgs.bytes(byte[] array,
long... dim)
|
static ArrayImg<ByteType,ByteArray> |
ArrayImgs.bytes(long... dim)
|
static ArrayImg<UnsignedByteType,ByteArray> |
ArrayImgs.unsignedBytes(byte[] array,
long... dim)
|
static ArrayImg<UnsignedByteType,ByteArray> |
ArrayImgs.unsignedBytes(long... dim)
|
Modifier and Type | Method and Description |
---|---|
ByteArray |
ByteArray.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
void |
ByteImagePlus.setPlane(int no,
ByteArray plane)
This has to be overwritten, otherwise two different instances exist (one
in the imageplus, one in the mirror)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ByteType,ByteArray> |
PlanarImgs.bytes(long... dim)
|
static PlanarImg<UnsignedByteType,ByteArray> |
PlanarImgs.unsignedBytes(long... dim)
|
Copyright © 2015–2022 ImgLib2. All rights reserved.