Uses of Class
net.imglib2.img.basictypeaccess.array.ShortArray
-
-
Uses of ShortArray in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type ShortArray Constructor Description ArrayImgXYShortProjector(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 ShortArray Modifier and Type Method Description protected SignedShortDataBuffer
ShortAWTScreenImage. createDataBuffer(ShortArray data)
protected java.awt.image.DataBufferUShort
UnsignedShortAWTScreenImage. createDataBuffer(ShortArray data)
Constructors in net.imglib2.display.screenimage.awt with parameters of type ShortArray Constructor Description ShortAWTScreenImage(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 ShortArray Constructor Description ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img)
UnsignedShortAWTScreenImage(ArrayImg<UnsignedShortType,ShortArray> img)
-
Uses of ShortArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ShortArray Modifier and Type Method Description ArrayImg<T,ShortArray>
ArrayImgFactory. createShortInstance(long[] dimensions, Fraction entitiesPerPixel)
static ArrayImg<ShortType,ShortArray>
ArrayImgs. shorts(long... dim)
static ArrayImg<ShortType,ShortArray>
ArrayImgs. shorts(short[] array, long... dim)
static ArrayImg<UnsignedShortType,ShortArray>
ArrayImgs. unsignedShorts(long... dim)
static 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 Modifier and Type Method Description ShortArray
ShortArray. createArray(int numEntities)
-
Uses of ShortArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type ShortArray Modifier and Type Method Description CellImg<T,ShortArray>
CellImgFactory. 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 ShortArray Modifier and Type Method Description NativeImg<T,ShortArray>
PlanarImgFactory. createShortInstance(long[] dimensions, Fraction entitiesPerPixel)
static PlanarImg<ShortType,ShortArray>
PlanarImgs. shorts(long... dim)
static PlanarImg<UnsignedShortType,ShortArray>
PlanarImgs. unsignedShorts(long... dim)
-