Uses of Class
net.imglib2.img.array.ArrayImg
Packages that use ArrayImg
Package
Description
-
Uses of ArrayImg in net.imglib2.display.projector.specialized
Constructors in net.imglib2.display.projector.specialized with parameters of type ArrayImgModifierConstructorDescriptionArrayImgXYByteProjector
(ArrayImg<A, ByteArray> source, ArrayImg<UnsignedByteType, ByteArray> target, double normalizationFactor, double min) Normalizes an ArrayImg and writes the result into target.ArrayImgXYShortProjector
(ArrayImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> 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.PlanarImgXYShortProjector
(PlanarImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> target, double normalizationFactor, double min) Normalizes a PlanarImg and writes the result into target. -
Uses of ArrayImg in net.imglib2.display.screenimage.awt
Subclasses of ArrayImg in net.imglib2.display.screenimage.awtModifier and TypeClassDescriptionclass
class
ArrayImgAWTScreenImage<T extends NativeType<T>,
A> AnAWTScreenImage
that is anArrayImg
.class
AAWTScreenImage
that is anArrayImg<ByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<DoubleType, DoubleArray>
.class
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedShortType, ShortArray>
.Constructors in net.imglib2.display.screenimage.awt with parameters of type ArrayImg -
Uses of ArrayImg in net.imglib2.img.array
Fields in net.imglib2.img.array declared as ArrayImgModifier and TypeFieldDescriptionAbstractArrayCursor.img
Source imageAbstractArrayLocalizingCursor.img
The underlying sourceArrayImg
.Methods in net.imglib2.img.array that return ArrayImgModifier and TypeMethodDescriptionArrayImgs.argbs
(int[] array, long... dim) ArrayImgs.argbs
(long... dim) ArrayImgs.argbs
(A access, long... dim) ArrayImgs.bits
(long... dim) static final <A extends LongAccess>
ArrayImg<BitType, A> ArrayImgs.bits
(A access, long... dim) ArrayImgs.bytes
(byte[] array, long... dim) ArrayImgs.bytes
(long... dim) static final <A extends ByteAccess>
ArrayImg<ByteType, A> ArrayImgs.bytes
(A access, long... dim) static final ArrayImg
<ComplexDoubleType, DoubleArray> ArrayImgs.complexDoubles
(double[] array, long... dim) static final ArrayImg
<ComplexDoubleType, DoubleArray> ArrayImgs.complexDoubles
(long... dim) static final <A extends DoubleAccess>
ArrayImg<ComplexDoubleType, A> ArrayImgs.complexDoubles
(A access, long... dim) static final ArrayImg
<ComplexFloatType, FloatArray> ArrayImgs.complexFloats
(float[] array, long... dim) static final ArrayImg
<ComplexFloatType, FloatArray> ArrayImgs.complexFloats
(long... dim) static final <A extends FloatAccess>
ArrayImg<ComplexFloatType, A> ArrayImgs.complexFloats
(A access, long... dim) ArrayImg.copy()
ArrayImgFactory.createByteInstance
(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createCharInstance
(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createDoubleInstance
(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createFloatInstance
(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createIntInstance
(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createLongInstance
(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createShortInstance
(long[] dimensions, Fraction entitiesPerPixel) static final ArrayImg
<DoubleType, DoubleArray> ArrayImgs.doubles
(double[] array, long... dim) static final ArrayImg
<DoubleType, DoubleArray> ArrayImgs.doubles
(long... dim) static final <A extends DoubleAccess>
ArrayImg<DoubleType, A> ArrayImgs.doubles
(A access, long... dim) static final ArrayImg
<FloatType, FloatArray> ArrayImgs.floats
(float[] array, long... dim) static final ArrayImg
<FloatType, FloatArray> ArrayImgs.floats
(long... dim) static final <A extends FloatAccess>
ArrayImg<FloatType, A> ArrayImgs.floats
(A access, long... dim) ArrayImgs.ints
(int[] array, long... dim) ArrayImgs.ints
(long... dim) ArrayImgs.ints
(A access, long... dim) ArrayImgs.longs
(long... dim) ArrayImgs.longs
(long[] array, long... dim) static final <A extends LongAccess>
ArrayImg<LongType, A> ArrayImgs.longs
(A access, long... dim) static final ArrayImg
<ShortType, ShortArray> ArrayImgs.shorts
(long... dim) static final ArrayImg
<ShortType, ShortArray> ArrayImgs.shorts
(short[] array, long... dim) static final <A extends ShortAccess>
ArrayImg<ShortType, A> ArrayImgs.shorts
(A access, long... dim) static final ArrayImg
<UnsignedByteType, ByteArray> ArrayImgs.unsignedBytes
(byte[] array, long... dim) static final ArrayImg
<UnsignedByteType, ByteArray> ArrayImgs.unsignedBytes
(long... dim) static final <A extends ByteAccess>
ArrayImg<UnsignedByteType, A> ArrayImgs.unsignedBytes
(A access, long... dim) static final ArrayImg
<UnsignedIntType, IntArray> ArrayImgs.unsignedInts
(int[] array, long... dim) static final ArrayImg
<UnsignedIntType, IntArray> ArrayImgs.unsignedInts
(long... dim) static final <A extends IntAccess>
ArrayImg<UnsignedIntType, A> ArrayImgs.unsignedInts
(A access, long... dim) static final ArrayImg
<UnsignedLongType, LongArray> ArrayImgs.unsignedLongs
(long... dim) static final <A extends LongAccess>
ArrayImg<UnsignedLongType, A> ArrayImgs.unsignedLongs
(A access, long... dim) static final ArrayImg
<UnsignedLongType, LongArray> ArrayImgs.unsignedLongss
(long[] array, long... dim) static final ArrayImg
<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts
(long... dim) static final ArrayImg
<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts
(short[] array, long... dim) static final <A extends ShortAccess>
ArrayImg<UnsignedShortType, A> ArrayImgs.unsignedShorts
(A access, long... dim) Constructors in net.imglib2.img.array with parameters of type ArrayImgModifierConstructorDescriptionAbstractArrayCursor
(ArrayImg<T, ?> img, int offset, int size) TODO JavadocAbstractArrayLocalizingCursor
(ArrayImg<T, ?> img, int offset, int size) TODO JavadocArrayCursor
(ArrayImg<T, ?> img) ArrayLocalizingCursor
(ArrayImg<T, ?> img) TODO Javadocprotected
ArrayLocalizingSubIntervalCursor
(ArrayImg<T, ?> img, int offset, int size) TODO JavadocArrayRandomAccess
(ArrayImg<T, ?> container) ArraySubIntervalCursor
(ArrayImg<T, ?> img, int offset, int size) TODO Javadoc