Package | Description |
---|---|
net.imglib2.converter | |
net.imglib2.converter.readwrite | |
net.imglib2.display.screenimage.awt | |
net.imglib2.img.array | |
net.imglib2.img.planar | |
net.imglib2.type.numeric.real |
Modifier and Type | Method and Description |
---|---|
void |
RealDoubleConverter.convert(R input,
DoubleType output) |
Modifier and Type | Method and Description |
---|---|
DoubleType |
RealDoubleSamplerConverter.convert(Sampler<? extends R> sampler) |
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 <A extends DoubleAccess> |
ArrayImgs.doubles(A access,
long... dim)
|
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(double[] array,
long... dim)
|
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<DoubleType,DoubleArray> |
PlanarImgs.doubles(long... dim)
|
Modifier and Type | Method and Description |
---|---|
DoubleType |
DoubleType.copy() |
DoubleType |
DoubleType.createVariable() |
DoubleType |
DoubleType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<DoubleType,? extends DoubleAccess> |
DoubleType.createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
boolean |
DoubleType.valueEquals(DoubleType t) |
Modifier and Type | Method and Description |
---|---|
NativeImg<DoubleType,? extends DoubleAccess> |
DoubleType.createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory,
long[] dim) |
Copyright © 2009–2018 ImgLib2. All rights reserved.