Uses of Class
net.imglib2.img.basictypeaccess.array.ByteArray
-
-
Uses of ByteArray in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type ByteArray Constructor Description 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. -
Uses of ByteArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type ByteArray Modifier and Type Method Description protected SignedByteDataBuffer
ByteAWTScreenImage. createDataBuffer(ByteArray data)
protected java.awt.image.DataBufferByte
UnsignedByteAWTScreenImage. createDataBuffer(ByteArray data)
Constructors in net.imglib2.display.screenimage.awt with parameters of type ByteArray Constructor Description ByteAWTScreenImage(ByteType type, ByteArray data, long[] dim)
UnsignedByteAWTScreenImage(UnsignedByteType type, ByteArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type ByteArray Constructor Description ByteAWTScreenImage(ArrayImg<ByteType,ByteArray> img)
UnsignedByteAWTScreenImage(ArrayImg<UnsignedByteType,ByteArray> img)
-
Uses of ByteArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ByteArray Modifier and Type Method Description static ArrayImg<ByteType,ByteArray>
ArrayImgs. bytes(byte[] array, long... dim)
static ArrayImg<ByteType,ByteArray>
ArrayImgs. bytes(long... dim)
ArrayImg<T,ByteArray>
ArrayImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
static ArrayImg<UnsignedByteType,ByteArray>
ArrayImgs. unsignedBytes(byte[] array, long... dim)
static ArrayImg<UnsignedByteType,ByteArray>
ArrayImgs. unsignedBytes(long... dim)
-
Uses of ByteArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return ByteArray Modifier and Type Method Description ByteArray
ByteArray. createArray(int numEntities)
-
Uses of ByteArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type ByteArray Modifier and Type Method Description CellImg<T,ByteArray>
CellImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of ByteArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ByteArray Modifier and Type Method Description static PlanarImg<ByteType,ByteArray>
PlanarImgs. bytes(long... dim)
NativeImg<T,ByteArray>
PlanarImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
static PlanarImg<UnsignedByteType,ByteArray>
PlanarImgs. unsignedBytes(long... dim)
-