static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(int[] array,
long... dim) |
|
static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(long... dim) |
|
static <A extends IntAccess> ArrayImg<ARGBType,A> |
ArrayImgs.argbs(A access,
long... dim) |
|
static ArrayImg<BitType,LongArray> |
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) |
|
static ArrayImg<ByteType,ByteArray> |
ArrayImgs.bytes(byte[] array,
long... dim) |
|
static ArrayImg<ByteType,ByteArray> |
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<T,?> |
ArrayImg.copy() |
|
ArrayImg<T,?> |
ArrayImgFactory.create(int[] dimensions) |
|
ArrayImg<T,?> |
ArrayImgFactory.create(long... dimensions) |
|
ArrayImg<T,?> |
ArrayImgFactory.create(long[] dim,
T type) |
Deprecated.
|
private <A extends ArrayDataAccess<A>> ArrayImg<T,A> |
ArrayImgFactory.create(long[] dimensions,
T type,
NativeTypeFactory<T,A> typeFactory) |
|
ArrayImg<T,?> |
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) |
|
static ArrayImg<IntType,IntArray> |
ArrayImgs.ints(int[] array,
long... dim) |
|
static ArrayImg<IntType,IntArray> |
ArrayImgs.ints(long... dim) |
|
static <A extends IntAccess> ArrayImg<IntType,A> |
ArrayImgs.ints(A access,
long... dim) |
|
static ArrayImg<LongType,LongArray> |
ArrayImgs.longs(long... dim) |
|
static ArrayImg<LongType,LongArray> |
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) |
|
static ArrayImg<UnsignedVariableBitLengthType,LongArray> |
ArrayImgs.unsignedVariableBitLengths(int nbits,
long... dim) |
|
static <A extends LongAccess> ArrayImg<UnsignedVariableBitLengthType,A> |
ArrayImgs.unsignedVariableBitLengths(A access,
int nbits,
long... dim) |
|