Uses of Class
net.imglib2.img.basictypeaccess.array.ByteArray
-
Packages that use ByteArray Package Description net.imglib2.display.projector.specialized net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.planar -
-
Uses of ByteArray in net.imglib2.display.projector.specialized
Fields in net.imglib2.display.projector.specialized with type parameters of type ByteArray Modifier and Type Field Description private PlanarImg<A,ByteArray>PlanarImgXYByteProjector. sourceConstructor 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 SignedByteDataBufferByteAWTScreenImage. createDataBuffer(ByteArray data)protected java.awt.image.DataBufferByteUnsignedByteAWTScreenImage. 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)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 ByteArrayByteArray. createArray(int numEntities) -
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)static PlanarImg<UnsignedByteType,ByteArray>PlanarImgs. unsignedBytes(long... dim)
-