Uses of Class
net.imglib2.img.array.ArrayImg
Packages that use ArrayImg
Package
Description
-
Uses of ArrayImg in net.imglib2.blocks
Constructors in net.imglib2.blocks with parameters of type ArrayImg -
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 TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>, A extends DataAccess>AnAWTScreenImagethat is anArrayImg.classAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat 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.imgSource imageAbstractArrayLocalizingCursor.imgThe underlying sourceArrayImg.ArrayLocalizingSpliterator.imgArrayRandomAccess.imgArraySpliterator.imgMethods 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 <A extends BooleanAccess>
ArrayImg<NativeBoolType, A> ArrayImgs.bits(A access, long... dim) Deprecated.static <A extends LongAccess>
ArrayImg<BitType, A> ArrayImgs.bits(A access, long... dim) static ArrayImg<NativeBoolType, BooleanArray> ArrayImgs.booleans(boolean[] array, long... dim) static ArrayImg<NativeBoolType, BooleanArray> ArrayImgs.booleans(long... dim) static <A extends BooleanAccess>
ArrayImg<NativeBoolType, A> ArrayImgs.booleans(A access, long... dim) ArrayImgs.bytes(byte[] array, long... dim) ArrayImgs.bytes(long... dim) static <A extends ByteAccess>
ArrayImg<ByteType, A> ArrayImgs.bytes(A access, long... dim) static ArrayImg<ComplexDoubleType, DoubleArray> ArrayImgs.complexDoubles(double[] array, long... dim) static ArrayImg<ComplexDoubleType, DoubleArray> ArrayImgs.complexDoubles(long... dim) static <A extends DoubleAccess>
ArrayImg<ComplexDoubleType, A> ArrayImgs.complexDoubles(A access, long... dim) static ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(float[] array, long... dim) static ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(long... dim) static <A extends FloatAccess>
ArrayImg<ComplexFloatType, A> ArrayImgs.complexFloats(A access, long... dim) ArrayImg.copy()ArrayImgFactory.create(int[] dimensions) ArrayImgFactory.create(long... dimensions) Deprecated.private <A extends ArrayDataAccess<A>>
ArrayImg<T, A> ArrayImgFactory.create(long[] dimensions, T type, NativeTypeFactory<T, A> typeFactory) ArrayImgFactory.create(Dimensions dimensions) static ArrayImg<DoubleType, DoubleArray> ArrayImgs.doubles(double[] array, long... dim) static ArrayImg<DoubleType, DoubleArray> ArrayImgs.doubles(long... dim) static <A extends DoubleAccess>
ArrayImg<DoubleType, A> ArrayImgs.doubles(A access, long... dim) static ArrayImg<FloatType, FloatArray> ArrayImgs.floats(float[] array, long... dim) static ArrayImg<FloatType, FloatArray> ArrayImgs.floats(long... dim) static <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 <A extends LongAccess>
ArrayImg<LongType, A> ArrayImgs.longs(A access, long... dim) static ArrayImg<ShortType, ShortArray> ArrayImgs.shorts(long... dim) static ArrayImg<ShortType, ShortArray> ArrayImgs.shorts(short[] array, long... dim) static <A extends ShortAccess>
ArrayImg<ShortType, A> ArrayImgs.shorts(A access, long... dim) static ArrayImg<Unsigned128BitType, LongArray> ArrayImgs.unsigned128Bits(long... dim) static <A extends LongAccess>
ArrayImg<Unsigned128BitType, A> ArrayImgs.unsigned128Bits(A access, long... dim) static ArrayImg<Unsigned12BitType, LongArray> ArrayImgs.unsigned12Bits(long... dim) static <A extends LongAccess>
ArrayImg<Unsigned12BitType, A> ArrayImgs.unsigned12Bits(A access, long... dim) static ArrayImg<Unsigned2BitType, LongArray> ArrayImgs.unsigned2Bits(long... dim) static <A extends LongAccess>
ArrayImg<Unsigned2BitType, A> ArrayImgs.unsigned2Bits(A access, long... dim) static ArrayImg<Unsigned4BitType, LongArray> ArrayImgs.unsigned4Bits(long... dim) static <A extends LongAccess>
ArrayImg<Unsigned4BitType, A> ArrayImgs.unsigned4Bits(A access, long... dim) static ArrayImg<UnsignedByteType, ByteArray> ArrayImgs.unsignedBytes(byte[] array, long... dim) static ArrayImg<UnsignedByteType, ByteArray> ArrayImgs.unsignedBytes(long... dim) static <A extends ByteAccess>
ArrayImg<UnsignedByteType, A> ArrayImgs.unsignedBytes(A access, long... dim) static ArrayImg<UnsignedIntType, IntArray> ArrayImgs.unsignedInts(int[] array, long... dim) static ArrayImg<UnsignedIntType, IntArray> ArrayImgs.unsignedInts(long... dim) static <A extends IntAccess>
ArrayImg<UnsignedIntType, A> ArrayImgs.unsignedInts(A access, long... dim) static ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongs(long... dim) static ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongs(long[] array, long... dim) static <A extends LongAccess>
ArrayImg<UnsignedLongType, A> ArrayImgs.unsignedLongs(A access, long... dim) static ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongss(long[] array, long... dim) Deprecated.static ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(long... dim) static ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(short[] array, long... dim) static <A extends ShortAccess>
ArrayImg<UnsignedShortType, A> ArrayImgs.unsignedShorts(A access, long... dim) ArrayImgs.unsignedVariableBitLengths(int nbits, long... dim) static <A extends LongAccess>
ArrayImg<UnsignedVariableBitLengthType, A> ArrayImgs.unsignedVariableBitLengths(A access, int nbits, long... dim) Creates anArrayImg<UnsignedVariableBitLengthType,LongAccess> using aLongAccesspassed as argument.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 Javadoc(package private)ArrayLocalizingSpliterator(ArrayImg<T, ?> img, int origin, int fence) protectedArrayLocalizingSubIntervalCursor(ArrayImg<T, ?> img, int offset, int size) TODO JavadocArrayRandomAccess(ArrayImg<T, ?> container) (package private)ArraySpliterator(ArrayImg<T, ?> img, int origin, int fence) ArraySubIntervalCursor(ArrayImg<T, ?> img, int offset, int size) TODO Javadoc
ArrayImgs.booleans(BooleanAccess, long...)