Modifier and Type | Class and Description |
---|---|
class |
CachedCellImg<T extends NativeType<T>,A>
A
LazyCellImg that creates empty Cells lazily when they are accessed
and stores (modified) Cells in a disk cache when memory runs full. |
class |
DiskCachedCellImg<T extends NativeType<T>,A>
A
LazyCellImg that creates empty Cells lazily when they are accessed
and stores (modified) Cells in a disk cache when memory runs full. |
class |
SingleCellArrayImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>
A
NativeImg representing a single cell of an AbstractCellImg . |
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(Dimensions dimensions)
Create an
Img<T> with the specified dimensions . |
NativeImg<T,?> |
NativeImgFactory.create(int[] dimensions)
Create an
Img<T> with the specified dimensions . |
abstract NativeImg<T,?> |
NativeImgFactory.create(long... dimensions)
Create a
NativeImg with the specified dimensions . |
abstract NativeImg<T,?> |
NativeImgFactory.create(long[] dimension,
T type)
Deprecated.
|
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 | Class and Description |
---|---|
class |
ByteImagePlus<T extends NativeType<T>>
ImagePlusImg for byte-stored data. |
class |
FloatImagePlus<T extends NativeType<T>>
ImagePlusImg for float-stored data. |
class |
ImagePlusImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>
A container that stores data in an array of 2D slices each as a linear array
of basic types.
|
class |
IntImagePlus<T extends NativeType<T>>
ImagePlusImg for integer-stored data. |
class |
ShortImagePlus<T extends NativeType<T>>
ImagePlusImg for short-stored data. |
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 | 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 |
---|---|
T |
NativeTypeFactory.createLinkedType(NativeImg<T,? extends A> img)
Creates a new
T instance which is linked to img . |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends BooleanAccess> |
NativeTypeFactory.BOOLEAN(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends ByteAccess> |
NativeTypeFactory.BYTE(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends CharAccess> |
NativeTypeFactory.CHAR(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends DoubleAccess> |
NativeTypeFactory.DOUBLE(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends FloatAccess> |
NativeTypeFactory.FLOAT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends IntAccess> |
NativeTypeFactory.INT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends LongAccess> |
NativeTypeFactory.LONG(Function<NativeImg<T,? extends A>,T> createLinkedType) |
static <T extends NativeType<T>,A extends ShortAccess> |
NativeTypeFactory.SHORT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
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 |
Constructor and Description |
---|
BasePairBitType(NativeImg<?,? extends LongAccess> bitStorage) |
BasePairCharType(NativeImg<?,? extends CharAccess> charStorage) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends BooleanAccess> |
NativeBoolType.img |
protected NativeImg<?,? extends LongAccess> |
BitType.img |
Constructor and Description |
---|
BitType(NativeImg<?,? extends LongAccess> bitStorage) |
NativeBoolType(NativeImg<?,? extends BooleanAccess> boolStorage) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends DoubleAccess> |
NativeARGBDoubleType.img |
protected NativeImg<?,? extends IntAccess> |
ARGBType.img |
Constructor and Description |
---|
ARGBType(NativeImg<?,? extends IntAccess> intStorage) |
NativeARGBDoubleType(NativeImg<?,? extends DoubleAccess> img) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends FloatAccess> |
ComplexFloatType.img |
protected NativeImg<?,? extends DoubleAccess> |
ComplexDoubleType.img |
Constructor and Description |
---|
ComplexDoubleType(NativeImg<?,? extends DoubleAccess> complexfloatStorage) |
ComplexFloatType(NativeImg<?,? extends FloatAccess> complexfloatStorage) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends LongAccess> |
Unsigned128BitType.img |
protected NativeImg<?,? extends ShortAccess> |
GenericShortType.img |
protected NativeImg<?,? extends LongAccess> |
GenericLongType.img |
protected NativeImg<?,? extends IntAccess> |
GenericIntType.img |
protected NativeImg<?,? extends ByteAccess> |
GenericByteType.img |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends FloatAccess> |
FloatType.img |
protected NativeImg<?,? extends DoubleAccess> |
DoubleType.img |
Constructor and Description |
---|
DoubleType(NativeImg<?,? extends DoubleAccess> doubleStorage) |
FloatType(NativeImg<?,? extends FloatAccess> floatStorage) |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends VolatileShortAccess> |
VolatileUnsignedShortType.img |
protected NativeImg<?,? extends VolatileLongAccess> |
VolatileUnsignedLongType.img |
protected NativeImg<?,? extends VolatileIntAccess> |
VolatileUnsignedIntType.img |
protected NativeImg<?,? extends VolatileByteAccess> |
VolatileUnsignedByteType.img |
protected NativeImg<?,? extends VolatileShortAccess> |
VolatileShortType.img |
protected NativeImg<?,? extends VolatileLongAccess> |
VolatileLongType.img |
protected NativeImg<?,? extends VolatileIntAccess> |
VolatileIntType.img |
protected NativeImg<?,? extends VolatileFloatAccess> |
VolatileFloatType.img |
protected NativeImg<?,? extends VolatileDoubleAccess> |
VolatileDoubleType.img |
protected NativeImg<?,? extends VolatileByteAccess> |
VolatileByteType.img |
protected NativeImg<?,? extends VolatileIntAccess> |
VolatileARGBType.img |
Constructor and Description |
---|
VolatileARGBType(NativeImg<?,? extends VolatileIntAccess> img) |
VolatileByteType(NativeImg<?,? extends VolatileByteAccess> img) |
VolatileDoubleType(NativeImg<?,? extends VolatileDoubleAccess> img) |
VolatileFloatType(NativeImg<?,? extends VolatileFloatAccess> img) |
VolatileIntType(NativeImg<?,? extends VolatileIntAccess> img) |
VolatileLongType(NativeImg<?,? extends VolatileLongAccess> img) |
VolatileShortType(NativeImg<?,? extends VolatileShortAccess> img) |
VolatileUnsignedByteType(NativeImg<?,? extends VolatileByteAccess> img) |
VolatileUnsignedIntType(NativeImg<?,? extends VolatileIntAccess> img) |
VolatileUnsignedLongType(NativeImg<?,? extends VolatileLongAccess> img) |
VolatileUnsignedShortType(NativeImg<?,? extends VolatileShortAccess> img) |
Copyright © 2015–2022 ImgLib2. All rights reserved.