| 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 DataBufferDouble |
DoubleAWTScreenImage.createDataBuffer(DoubleArray data) |
| Constructor and Description |
|---|
DoubleAWTScreenImage(DoubleType type,
DoubleArray data,
long[] dim) |
| Constructor and Description |
|---|
DoubleAWTScreenImage(ArrayImg<DoubleType,DoubleArray> img) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayImg<ComplexDoubleType,DoubleArray> |
ArrayImgs.complexDoubles(double[] array,
long... dim)
|
static ArrayImg<ComplexDoubleType,DoubleArray> |
ArrayImgs.complexDoubles(long... dim)
|
ArrayImg<T,DoubleArray> |
ArrayImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(double[] array,
long... dim)
|
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
DoubleArray |
DoubleArray.createArray(int numEntities) |
| Modifier and Type | Method and Description |
|---|---|
CellImg<T,DoubleArray> |
CellImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
| Modifier and Type | Method and Description |
|---|---|
static PlanarImg<ComplexDoubleType,DoubleArray> |
PlanarImgs.complexDoubles(long... dim)
|
NativeImg<T,DoubleArray> |
PlanarImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static PlanarImg<DoubleType,DoubleArray> |
PlanarImgs.doubles(long... dim)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.