Constructor and Description |
---|
ArrayImgXYShortProjector(ArrayImg<A,ShortArray> source,
ArrayImg<UnsignedShortType,ShortArray> target,
double normalizationFactor,
double min)
Normalizes an ArrayImg and writes the result into target.
|
ArrayImgXYShortProjector(ArrayImg<A,ShortArray> source,
ArrayImg<UnsignedShortType,ShortArray> target,
double normalizationFactor,
double min)
Normalizes an ArrayImg and writes the result into target.
|
PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source,
ArrayImg<UnsignedShortType,ShortArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source,
ArrayImg<UnsignedShortType,ShortArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
Modifier and Type | Method and Description |
---|---|
protected SignedShortDataBuffer |
ShortAWTScreenImage.createDataBuffer(ShortArray data) |
protected DataBufferUShort |
UnsignedShortAWTScreenImage.createDataBuffer(ShortArray data) |
Constructor and Description |
---|
ShortAWTScreenImage(ShortType type,
ShortArray data,
long[] dim) |
UnsignedShortAWTScreenImage(UnsignedShortType type,
ShortArray data,
long[] dim) |
Constructor and Description |
---|
ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img) |
UnsignedShortAWTScreenImage(ArrayImg<UnsignedShortType,ShortArray> img) |
Modifier and Type | Method and Description |
---|---|
ArrayImg<T,ShortArray> |
ArrayImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static ArrayImg<ShortType,ShortArray> |
ArrayImgs.shorts(long... dim)
|
static ArrayImg<ShortType,ShortArray> |
ArrayImgs.shorts(short[] array,
long... dim)
|
static ArrayImg<UnsignedShortType,ShortArray> |
ArrayImgs.unsignedShorts(long... dim)
|
static ArrayImg<UnsignedShortType,ShortArray> |
ArrayImgs.unsignedShorts(short[] array,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
ShortArray |
ShortArray.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
CellImg<T,ShortArray> |
CellImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
NativeImg<T,ShortArray> |
PlanarImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static PlanarImg<ShortType,ShortArray> |
PlanarImgs.shorts(long... dim)
|
static PlanarImg<UnsignedShortType,ShortArray> |
PlanarImgs.unsignedShorts(long... dim)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.