Package | Description |
---|---|
net.imglib2.algorithm.math | |
net.imglib2.display.projector.specialized | |
net.imglib2.display.screenimage.awt | |
net.imglib2.img.array |
Modifier and Type | Method and Description |
---|---|
<O extends RealType<O> & NativeType<O>> |
Compute.intoArrayImg() |
<O extends RealType<O> & NativeType<O>,C extends RealType<C> & NativeType<C>> |
Compute.intoArrayImg(C computeType,
O outputType) |
<O extends RealType<O> & NativeType<O>,C extends RealType<C>> |
Compute.intoArrayImg(O outputType) |
Constructor and Description |
---|
ArrayImgXYByteProjector(ArrayImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes an ArrayImg and writes the result into target.
|
ArrayImgXYByteProjector(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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ARGBScreenImage |
class |
ArrayImgAWTScreenImage<T extends NativeType<T>,A>
An
AWTScreenImage that is an ArrayImg . |
class |
ByteAWTScreenImage
A
AWTScreenImage that is an ArrayImg<ByteType, ByteArray> . |
class |
DoubleAWTScreenImage
A
AWTScreenImage that is an ArrayImg<DoubleType, DoubleArray>
. |
class |
FloatAWTScreenImage
A
AWTScreenImage that is an ArrayImg<FloatType, FloatArray> . |
class |
IntAWTScreenImage
A
AWTScreenImage that is an ArrayImg<ShortType, ShortArray> . |
class |
ShortAWTScreenImage
A
AWTScreenImage that is an ArrayImg<ShortType, ShortArray> . |
class |
UnsignedByteAWTScreenImage
A
AWTScreenImage that is an
ArrayImg<UnsignedByteType, ByteArray> . |
class |
UnsignedIntAWTScreenImage
A
AWTScreenImage that is an ArrayImg<ShortType, ShortArray> . |
class |
UnsignedShortAWTScreenImage
A
AWTScreenImage that is an
ArrayImg<UnsignedShortType, ShortArray> . |
Constructor and Description |
---|
ArrayImgAWTScreenImage(ArrayImg<T,A> img) |
ByteAWTScreenImage(ArrayImg<ByteType,ByteArray> img) |
DoubleAWTScreenImage(ArrayImg<DoubleType,DoubleArray> img) |
FloatAWTScreenImage(ArrayImg<FloatType,FloatArray> img) |
IntAWTScreenImage(ArrayImg<IntType,IntArray> img) |
ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img) |
UnsignedByteAWTScreenImage(ArrayImg<UnsignedByteType,ByteArray> img) |
UnsignedIntAWTScreenImage(ArrayImg<UnsignedIntType,IntArray> img) |
UnsignedShortAWTScreenImage(ArrayImg<UnsignedShortType,ShortArray> img) |
Modifier and Type | Field and Description |
---|---|
protected ArrayImg<T,?> |
AbstractArrayLocalizingCursor.img
The underlying source
ArrayImg . |
protected ArrayImg<T,?> |
AbstractArrayCursor.img
Source image
|
Modifier and Type | Method and Description |
---|---|
static <A extends IntAccess> |
ArrayImgs.argbs(A access,
long... dim)
|
static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(int[] array,
long... dim)
|
static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(long... dim)
|
static <A extends BooleanAccess> |
ArrayImgs.bits(A access,
long... dim)
Deprecated.
|
static <A extends LongAccess> |
ArrayImgs.bits(A access,
long... dim)
|
static ArrayImg<BitType,LongArray> |
ArrayImgs.bits(long... dim)
|
static <A extends BooleanAccess> |
ArrayImgs.booleans(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 ByteAccess> |
ArrayImgs.bytes(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 DoubleAccess> |
ArrayImgs.complexDoubles(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 FloatAccess> |
ArrayImgs.complexFloats(A access,
long... dim)
|
static ArrayImg<ComplexFloatType,FloatArray> |
ArrayImgs.complexFloats(float[] array,
long... dim)
|
static ArrayImg<ComplexFloatType,FloatArray> |
ArrayImgs.complexFloats(long... dim)
|
ArrayImg<T,?> |
ArrayImg.copy() |
ArrayImg<T,?> |
ArrayImgFactory.create(Dimensions dimensions) |
ArrayImg<T,?> |
ArrayImgFactory.create(int[] dimensions) |
ArrayImg<T,?> |
ArrayImgFactory.create(long... dimensions) |
ArrayImg<T,?> |
ArrayImgFactory.create(long[] dim,
T type)
Deprecated.
|
static <A extends DoubleAccess> |
ArrayImgs.doubles(A access,
long... dim)
|
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(double[] array,
long... dim)
|
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(long... dim)
|
static <A extends FloatAccess> |
ArrayImgs.floats(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 IntAccess> |
ArrayImgs.ints(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 LongAccess> |
ArrayImgs.longs(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 ShortAccess> |
ArrayImgs.shorts(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 LongAccess> |
ArrayImgs.unsigned128Bits(A access,
long... dim)
|
static ArrayImg<Unsigned128BitType,LongArray> |
ArrayImgs.unsigned128Bits(long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsigned12Bits(A access,
long... dim)
|
static ArrayImg<Unsigned12BitType,LongArray> |
ArrayImgs.unsigned12Bits(long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsigned2Bits(A access,
long... dim)
|
static ArrayImg<Unsigned2BitType,LongArray> |
ArrayImgs.unsigned2Bits(long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsigned4Bits(A access,
long... dim)
|
static ArrayImg<Unsigned4BitType,LongArray> |
ArrayImgs.unsigned4Bits(long... dim)
|
static <A extends ByteAccess> |
ArrayImgs.unsignedBytes(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 IntAccess> |
ArrayImgs.unsignedInts(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 LongAccess> |
ArrayImgs.unsignedLongs(A access,
long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongs(long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongs(long[] array,
long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongss(long[] array,
long... dim)
Deprecated.
|
static <A extends ShortAccess> |
ArrayImgs.unsignedShorts(A access,
long... dim)
|
static ArrayImg<UnsignedShortType,ShortArray> |
ArrayImgs.unsignedShorts(long... dim)
|
static ArrayImg<UnsignedShortType,ShortArray> |
ArrayImgs.unsignedShorts(short[] array,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsignedVariableBitLengths(A access,
int nbits,
long... dim)
Creates an
ArrayImg <UnsignedVariableBitLengthType , LongAccess >
using a LongAccess passed as argument. |
static ArrayImg<UnsignedVariableBitLengthType,LongArray> |
ArrayImgs.unsignedVariableBitLengths(int nbits,
long... dim)
|
Constructor and Description |
---|
AbstractArrayCursor(ArrayImg<T,?> img,
int offset,
int size)
TODO Javadoc
|
AbstractArrayLocalizingCursor(ArrayImg<T,?> img,
int offset,
int size)
TODO Javadoc
|
ArrayCursor(ArrayImg<T,?> img) |
ArrayLocalizingCursor(ArrayImg<T,?> img)
TODO Javadoc
|
ArrayLocalizingSubIntervalCursor(ArrayImg<T,?> img,
int offset,
int size)
TODO Javadoc
|
ArrayRandomAccess(ArrayImg<T,?> container) |
ArraySubIntervalCursor(ArrayImg<T,?> img,
int offset,
int size)
TODO Javadoc
|
Copyright © 2015–2022 ImgLib2. All rights reserved.