| Package | Description |
|---|---|
| net.imglib2.display.screenimage.awt | |
| net.imglib2.img.array | |
| net.imglib2.img.basictypeaccess.array | |
| net.imglib2.img.cell | |
| net.imglib2.img.planar |
| Modifier and Type | Method and Description |
|---|---|
protected DataBufferFloat |
FloatAWTScreenImage.createDataBuffer(FloatArray data) |
| Constructor and Description |
|---|
FloatAWTScreenImage(FloatType type,
FloatArray data,
long[] dim) |
| Constructor and Description |
|---|
FloatAWTScreenImage(ArrayImg<FloatType,FloatArray> img) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayImg<ComplexFloatType,FloatArray> |
ArrayImgs.complexFloats(float[] array,
long... dim)
|
static ArrayImg<ComplexFloatType,FloatArray> |
ArrayImgs.complexFloats(long... dim)
|
ArrayImg<T,FloatArray> |
ArrayImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static ArrayImg<FloatType,FloatArray> |
ArrayImgs.floats(float[] array,
long... dim)
|
static ArrayImg<FloatType,FloatArray> |
ArrayImgs.floats(long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
FloatArray |
FloatArray.createArray(int numEntities) |
| Modifier and Type | Method and Description |
|---|---|
CellImg<T,FloatArray> |
CellImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
| Modifier and Type | Method and Description |
|---|---|
static PlanarImg<ComplexFloatType,FloatArray> |
PlanarImgs.complexFloats(long... dim)
|
NativeImg<T,FloatArray> |
PlanarImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static PlanarImg<FloatType,FloatArray> |
PlanarImgs.floats(long... dim)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.