Modifier and Type | Field and Description |
---|---|
protected Fraction |
AbstractNativeImg.entitiesPerPixel |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
AbstractNativeImg(long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
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 int |
ArrayImgFactory.numEntitiesRangeCheck(long[] dimensions,
Fraction entitiesPerPixel) |
Constructor and Description |
---|
ArrayImg(A data,
long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
CellImg<T,ByteArray> |
CellImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,CharArray> |
CellImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,DoubleArray> |
CellImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,FloatArray> |
CellImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,IntArray> |
CellImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,LongArray> |
CellImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,ShortArray> |
CellImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static int[] |
CellImgFactory.getCellDimensions(int[] defaultCellDimensions,
int n,
Fraction entitiesPerPixel)
Computes cell size array by truncating or expanding
defaultCellDimensions to length n . |
Constructor and Description |
---|
AbstractCellImg(CellGrid grid,
I imgOfCells,
Fraction entitiesPerPixel) |
CellImg(CellImgFactory<T> factory,
CellGrid grid,
ListImg<Cell<A>> imgOfCells,
Fraction entitiesPerPixel) |
LazyCellImg(CellGrid grid,
Fraction entitiesPerPixel,
LazyCellImg.Get<Cell<A>> get) |
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) |
Constructor and Description |
---|
PlanarImg(long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
NtreeImg<T,ByteNtree> |
NtreeImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NtreeImg<T,CharNtree> |
NtreeImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NtreeImg<T,DoubleNtree> |
NtreeImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NtreeImg<T,FloatNtree> |
NtreeImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NtreeImg<T,IntNtree> |
NtreeImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NtreeImg<T,LongNtree> |
NtreeImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
NtreeImg<T,ShortNtree> |
NtreeImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Constructor and Description |
---|
NtreeImg(A data,
long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
Fraction |
AbstractBitType.getEntitiesPerPixel() |
Fraction |
NativeType.getEntitiesPerPixel()
Get the number of entities in the storage array required to store one
pixel value.
|
Modifier and Type | Method and Description |
---|---|
Fraction |
BasePairCharType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
BitType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
ARGBType.getEntitiesPerPixel() |
Fraction |
NativeARGBDoubleType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
ComplexFloatType.getEntitiesPerPixel() |
Fraction |
ComplexDoubleType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
GenericIntType.getEntitiesPerPixel() |
Fraction |
GenericShortType.getEntitiesPerPixel() |
Fraction |
Unsigned128BitType.getEntitiesPerPixel() |
Fraction |
GenericLongType.getEntitiesPerPixel() |
Fraction |
GenericByteType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
DoubleType.getEntitiesPerPixel() |
Fraction |
FloatType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
Fraction.clone() |
Modifier and Type | Method and Description |
---|---|
void |
Fraction.div(Fraction fraction) |
void |
Fraction.mul(Fraction fraction) |
Copyright © 2009–2017 ImgLib2. All rights reserved.