Package | Description |
---|---|
net.imglib2.display.projector.specialized | |
net.imglib2.display.screenimage.awt | |
net.imglib2.img.array |
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 LongAccess> |
ArrayImgs.bits(A access,
long... dim)
|
static ArrayImg<BitType,LongArray> |
ArrayImgs.bits(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(long[] dim,
T type) |
ArrayImg<T,ByteArray> |
ArrayImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
ArrayImg<T,CharArray> |
ArrayImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
ArrayImg<T,DoubleArray> |
ArrayImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
ArrayImg<T,FloatArray> |
ArrayImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
ArrayImg<T,IntArray> |
ArrayImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
ArrayImg<T,LongArray> |
ArrayImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
ArrayImg<T,ShortArray> |
ArrayImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
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 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.unsignedLongss(long[] array,
long... dim)
|
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)
|
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 © 2009–2018 ImgLib2. All rights reserved.