Uses of Class
net.imglib2.img.basictypeaccess.array.ByteArray
Packages that use ByteArray
Package
Description
-
Uses of ByteArray in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type ByteArrayModifierConstructorDescriptionArrayImgXYByteProjector(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 ByteArrayModifier and TypeMethodDescriptionprotected SignedByteDataBufferByteAWTScreenImage.createDataBuffer(ByteArray data) protected DataBufferByteUnsignedByteAWTScreenImage.createDataBuffer(ByteArray data) Constructors in net.imglib2.display.screenimage.awt with parameters of type ByteArrayModifierConstructorDescriptionByteAWTScreenImage(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 ByteArrayModifierConstructorDescription -
Uses of ByteArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ByteArrayModifier and TypeMethodDescriptionArrayImgs.bytes(byte[] array, long... dim) ArrayImgs.bytes(long... dim) ArrayImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) static final ArrayImg<UnsignedByteType, ByteArray> ArrayImgs.unsignedBytes(byte[] array, long... dim) static final 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 -
Uses of ByteArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type ByteArrayModifier and TypeMethodDescriptionCellImgFactory.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 ByteArrayModifier and TypeMethodDescriptionPlanarImgs.bytes(long... dim) PlanarImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) static final PlanarImg<UnsignedByteType, ByteArray> PlanarImgs.unsignedBytes(long... dim)