Modifier and Type | Field and Description |
---|---|
static ArrayList<Converter<UnsignedByteType,ARGBType>> |
ChannelARGBConverter.converterListRGBA
ChannelARGBConverter.converterListRGBA can be used in CompositeXYProjector to
convert a 4-channel UnsignedByteType into composite
ARGBType . |
Modifier and Type | Method and Description |
---|---|
void |
RealUnsignedByteConverter.convert(R input,
UnsignedByteType output) |
void |
ChannelARGBConverter.convert(UnsignedByteType input,
ARGBType output) |
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
ARGBChannelSamplerConverter.convert(Sampler<? extends ARGBType> sampler) |
Constructor and Description |
---|
ArrayImgXYByteProjector(ArrayImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes an ArrayImg and writes the result into target.
|
PlanarImgXYByteProjector(PlanarImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg and writes the result into target.
|
Constructor and Description |
---|
UnsignedByteAWTScreenImage(UnsignedByteType type,
ByteArray data,
long[] dim) |
Constructor and Description |
---|
UnsignedByteAWTScreenImage(ArrayImg<UnsignedByteType,ByteArray> img) |
Modifier and Type | Method and Description |
---|---|
static <A extends ByteAccess> |
ArrayImgs.unsignedBytes(A access,
long... dim)
|
static ArrayImg<UnsignedByteType,ByteArray> |
ArrayImgs.unsignedBytes(byte[] array,
long... dim)
|
static ArrayImg<UnsignedByteType,ByteArray> |
ArrayImgs.unsignedBytes(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<UnsignedByteType,ByteArray> |
PlanarImgs.unsignedBytes(long... dim)
|
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
UnsignedByteType.copy() |
UnsignedByteType |
UnsignedByteType.createVariable() |
UnsignedByteType |
UnsignedByteType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedByteType,? extends ByteAccess> |
UnsignedByteType.createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
UnsignedByteType.add(UnsignedByteType c) |
int |
UnsignedByteType.compareTo(UnsignedByteType c) |
void |
UnsignedByteType.div(UnsignedByteType c) |
void |
UnsignedByteType.mul(UnsignedByteType c) |
void |
UnsignedByteType.sub(UnsignedByteType c) |
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedByteType,? extends ByteAccess> |
UnsignedByteType.createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory,
long[] dim) |
Copyright © 2009–2018 ImgLib2. All rights reserved.