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 |
---|---|
static RandomAccessible<ARGBType> |
Converters.mergeARGB(RandomAccessible<UnsignedByteType> source,
ColorChannelOrder channelOrder)
Create an n-dimensional color image from an
(n+1)-dimensional image of
UnsignedByteType . |
static RandomAccessibleInterval<ARGBType> |
Converters.mergeARGB(RandomAccessibleInterval<UnsignedByteType> source,
ColorChannelOrder channelOrder)
Create an n-dimensional color image from an
(n+1)-dimensional image of
UnsignedByteType . |
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
ARGBChannelSamplerConverter.convert(Sampler<? extends ARGBType> sampler) |
Modifier and Type | Method and Description |
---|---|
ARGBType |
CompositeARGBSamplerConverter.convert(Sampler<? extends Composite<UnsignedByteType>> sampler) |
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
UnsignedByteLongAccessTypeUnsignedByteTypeConverter.convert(Sampler<? extends UnsignedByteLongAccessType> 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 ImgPlus<UnsignedByteType> |
VirtualStackAdapter.wrapByte(ij.ImagePlus image)
|
static ByteImagePlus<UnsignedByteType> |
ImagePlusAdapter.wrapByte(ij.ImagePlus imp) |
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 Img<UnsignedByteType> |
ImageJFunctions.wrapByte(ij.ImagePlus imp) |
Modifier and Type | Method and Description |
---|---|
static <T> ij.ImagePlus |
ImageJFunctions.showUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.showUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title,
ExecutorService service)
Show a
RandomAccessibleInterval as single channel 8-bit unsigned
integer ImagePlus using a custom Converter . |
static <T> ij.ImagePlus |
ImageJFunctions.wrapUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.wrapUnsignedByte(RandomAccessibleInterval<T> img,
Converter<T,UnsignedByteType> converter,
String title,
ExecutorService service)
Create a single channel 8-bit unsigned integer
ImagePlus from a
RandomAccessibleInterval using a custom Converter . |
Constructor and Description |
---|
ImageJVirtualStackUnsignedByte(RandomAccessibleInterval<S> source,
Converter<? super S,UnsignedByteType> converter) |
ImageJVirtualStackUnsignedByte(RandomAccessibleInterval<S> source,
Converter<? super S,UnsignedByteType> converter,
ExecutorService service) |
Modifier and Type | Method and Description |
---|---|
static ByteImagePlus<UnsignedByteType> |
ImagePlusImgs.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 |
---|---|
NativeTypeFactory<UnsignedByteType,ByteAccess> |
UnsignedByteType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
UnsignedByteType.add(UnsignedByteType c) |
int |
UnsignedByteType.compareTo(UnsignedByteType other) |
void |
UnsignedByteType.div(UnsignedByteType c) |
void |
UnsignedByteType.mul(UnsignedByteType c) |
void |
UnsignedByteType.sub(UnsignedByteType c) |
Copyright © 2015–2022 ImgLib2. All rights reserved.