Uses of Class
net.imglib2.img.basictypeaccess.array.ShortArray
Packages that use ShortArray
Package
Description
-
Uses of ShortArray in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type ShortArrayModifierConstructorDescriptionArrayImgXYShortProjector(ArrayImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> target, double normalizationFactor, double min) Normalizes an ArrayImg and writes the result into target.PlanarImgXYShortProjector(PlanarImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> target, double normalizationFactor, double min) Normalizes a PlanarImg and writes the result into target.PlanarImgXYShortProjector(PlanarImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> target, double normalizationFactor, double min) Normalizes a PlanarImg and writes the result into target. -
Uses of ShortArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type ShortArrayModifier and TypeMethodDescriptionprotected SignedShortDataBufferShortAWTScreenImage.createDataBuffer(ShortArray data) protected DataBufferUShortUnsignedShortAWTScreenImage.createDataBuffer(ShortArray data) Constructors in net.imglib2.display.screenimage.awt with parameters of type ShortArrayModifierConstructorDescriptionShortAWTScreenImage(ShortType type, ShortArray data, long[] dim) UnsignedShortAWTScreenImage(UnsignedShortType type, ShortArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type ShortArrayModifierConstructorDescription -
Uses of ShortArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ShortArrayModifier and TypeMethodDescriptionArrayImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) static final ArrayImg<ShortType, ShortArray> ArrayImgs.shorts(long... dim) static final ArrayImg<ShortType, ShortArray> ArrayImgs.shorts(short[] array, long... dim) static final ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(long... dim) static final ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(short[] array, long... dim) -
Uses of ShortArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return ShortArray -
Uses of ShortArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type ShortArrayModifier and TypeMethodDescriptionCellImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) -
Uses of ShortArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ShortArrayModifier and TypeMethodDescriptionPlanarImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) static final PlanarImg<ShortType, ShortArray> PlanarImgs.shorts(long... dim) static final PlanarImg<UnsignedShortType, ShortArray> PlanarImgs.unsignedShorts(long... dim)