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> . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNativeImg<T extends NativeType<T>,A>
TODO
|
Modifier and Type | Method and Description |
---|---|
NativeImg<T,?> |
NativeImgFactory.create(long[] dim,
T type)
|
abstract NativeImg<T,? extends ByteAccess> |
NativeImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeImg<T,? extends CharAccess> |
NativeImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeImg<T,? extends DoubleAccess> |
NativeImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeImg<T,? extends FloatAccess> |
NativeImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeImg<T,? extends IntAccess> |
NativeImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeImg<T,? extends LongAccess> |
NativeImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeImg<T,? extends ShortAccess> |
NativeImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayImg<T extends NativeType<T>,A>
This
Img stores an image in a single linear array of basic types. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCellImg<T extends NativeType<T>,A,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>
Abstract superclass for
Img types that divide their underlying data
into cells. |
class |
CellImg<T extends NativeType<T>,A> |
class |
LazyCellImg<T extends NativeType<T>,A>
A
AbstractCellImg that obtains its Cells lazily when they are
accessed. |
Modifier and Type | Method and Description |
---|---|
static void |
LazyCellImg.linkType(NativeType t,
NativeImg img)
Reflection hack because there is no
T NativeType
<T>.create(NativeImg<?, A>) method in ImgLib2 Note that for this method
to be introduced, NativeType would need an additional generic parameter A
that specifies the accepted family of access objects that can be used in
the NativeImg... |
Modifier and Type | Class and Description |
---|---|
class |
PlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>
A
NativeImg that stores data in an list of primitive arrays, one per
image plane. |
Modifier and Type | Method and Description |
---|---|
NativeImg<T,ByteArray> |
PlanarImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NativeImg<T,CharArray> |
PlanarImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NativeImg<T,DoubleArray> |
PlanarImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NativeImg<T,FloatArray> |
PlanarImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NativeImg<T,IntArray> |
PlanarImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NativeImg<T,LongArray> |
PlanarImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NativeImg<T,ShortArray> |
PlanarImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends LongAccess> |
AbstractBitType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<T,?> |
NativeType.createSuitableNativeImg(NativeImgFactory<T> storageFactory,
long[] dim)
The
NativeType creates the NativeImg used for storing
image data; based on the given storage strategy and its size. |
Constructor and Description |
---|
AbstractBit64Type(NativeImg<?,? extends LongAccess> bitStorage,
int nBits) |
AbstractBitType(NativeImg<?,? extends LongAccess> bitStorage,
int nBits) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends CharAccess> |
BasePairCharType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<BasePairBitType,? extends LongAccess> |
BasePairBitType.createSuitableNativeImg(NativeImgFactory<BasePairBitType> storageFactory,
long[] dim) |
NativeImg<BasePairCharType,? extends CharAccess> |
BasePairCharType.createSuitableNativeImg(NativeImgFactory<BasePairCharType> storageFactory,
long[] dim) |
Constructor and Description |
---|
BasePairBitType(NativeImg<?,? extends LongAccess> bitStorage) |
BasePairCharType(NativeImg<?,? extends CharAccess> charStorage) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends LongAccess> |
BitType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<BitType,? extends LongAccess> |
BitType.createSuitableNativeImg(NativeImgFactory<BitType> storageFactory,
long[] dim) |
Constructor and Description |
---|
BitType(NativeImg<?,? extends LongAccess> bitStorage) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends IntAccess> |
ARGBType.img |
protected NativeImg<?,? extends DoubleAccess> |
NativeARGBDoubleType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<ARGBType,? extends IntAccess> |
ARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory,
long[] dim) |
NativeImg<NativeARGBDoubleType,? extends DoubleAccess> |
NativeARGBDoubleType.createSuitableNativeImg(NativeImgFactory<NativeARGBDoubleType> storageFactory,
long[] dim) |
Constructor and Description |
---|
ARGBType(NativeImg<?,? extends IntAccess> intStorage) |
NativeARGBDoubleType(NativeImg<?,? extends DoubleAccess> img) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends DoubleAccess> |
ComplexDoubleType.img |
protected NativeImg<?,? extends FloatAccess> |
ComplexFloatType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<ComplexDoubleType,? extends DoubleAccess> |
ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory,
long[] dim) |
NativeImg<ComplexFloatType,? extends FloatAccess> |
ComplexFloatType.createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory,
long[] dim) |
Constructor and Description |
---|
ComplexDoubleType(NativeImg<?,? extends DoubleAccess> complexfloatStorage) |
ComplexFloatType(NativeImg<?,? extends FloatAccess> complexfloatStorage) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends ByteAccess> |
GenericByteType.img |
protected NativeImg<?,? extends IntAccess> |
GenericIntType.img |
protected NativeImg<?,? extends LongAccess> |
GenericLongType.img |
protected NativeImg<?,? extends ShortAccess> |
GenericShortType.img |
protected NativeImg<?,? extends LongAccess> |
Unsigned128BitType.img |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends DoubleAccess> |
DoubleType.img |
protected NativeImg<?,? extends FloatAccess> |
FloatType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<DoubleType,? extends DoubleAccess> |
DoubleType.createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory,
long[] dim) |
NativeImg<FloatType,? extends FloatAccess> |
FloatType.createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory,
long[] dim) |
Constructor and Description |
---|
DoubleType(NativeImg<?,? extends DoubleAccess> doubleStorage) |
FloatType(NativeImg<?,? extends FloatAccess> floatStorage) |
Copyright © 2009–2017 ImgLib2. All rights reserved.