Modifier and Type | Method and Description |
---|---|
void |
RealUnsignedShortConverter.convert(R input,
UnsignedShortType output) |
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.
|
PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source,
ArrayImg<UnsignedShortType,ShortArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
Constructor and Description |
---|
UnsignedShortAWTScreenImage(UnsignedShortType type,
ShortArray data,
long[] dim) |
Constructor and Description |
---|
UnsignedShortAWTScreenImage(ArrayImg<UnsignedShortType,ShortArray> img) |
Modifier and Type | Method and Description |
---|---|
static <A extends ShortAccess> |
ArrayImgs.unsignedShorts(A access,
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 |
---|---|
static PlanarImg<UnsignedShortType,ShortArray> |
PlanarImgs.unsignedShorts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
UnsignedShortType |
UnsignedShortType.copy() |
UnsignedShortType |
UnsignedShortType.createVariable() |
UnsignedShortType |
UnsignedShortType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedShortType,? extends ShortAccess> |
UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
UnsignedShortType.add(UnsignedShortType c) |
int |
UnsignedShortType.compareTo(UnsignedShortType c) |
void |
UnsignedShortType.div(UnsignedShortType c) |
void |
UnsignedShortType.mul(UnsignedShortType c) |
void |
UnsignedShortType.sub(UnsignedShortType c) |
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedShortType,? extends ShortAccess> |
UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.