Modifier and Type | Field and Description |
---|---|
protected ARGBType |
VolatileRealTypeARGBConverter.background |
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 |
---|---|
static WriteConvertedRandomAccessible<ARGBType,UnsignedByteType> |
Converters.argbChannel(RandomAccessible<ARGBType> source,
int channel)
Create a
WriteConvertedRandomAccessible to one of the four
channels encoded in a RandomAccessible of ARGBType . |
static WriteConvertedRandomAccessibleInterval<ARGBType,UnsignedByteType> |
Converters.argbChannel(RandomAccessibleInterval<ARGBType> source,
int channel)
Create a
WriteConvertedRandomAccessibleInterval to one of the
four channels encoded in a RandomAccessibleInterval of
ARGBType . |
Modifier and Type | Method and Description |
---|---|
void |
ARGBARGBDoubleConverter.convert(ARGBType input,
T output) |
void |
RealLUTConverter.convert(R input,
ARGBType output) |
void |
RealARGBConverter.convert(R input,
ARGBType output) |
void |
ARGBDoubleARGBConverter.convert(T input,
ARGBType output) |
void |
ChannelARGBConverter.convert(UnsignedByteType input,
ARGBType output) |
void |
VolatileRealTypeARGBConverter.convert(VolatileRealType<?> input,
ARGBType output) |
Modifier and Type | Method and Description |
---|---|
static WriteConvertedRandomAccessible<ARGBType,UnsignedByteType> |
Converters.argbChannel(RandomAccessible<ARGBType> source,
int channel)
Create a
WriteConvertedRandomAccessible to one of the four
channels encoded in a RandomAccessible of ARGBType . |
static WriteConvertedRandomAccessibleInterval<ARGBType,UnsignedByteType> |
Converters.argbChannel(RandomAccessibleInterval<ARGBType> source,
int channel)
Create a
WriteConvertedRandomAccessibleInterval to one of the
four channels encoded in a RandomAccessibleInterval of
ARGBType . |
static RandomAccessibleInterval<UnsignedByteType> |
Converters.argbChannels(RandomAccessibleInterval<ARGBType> source)
Create an (n+1)-dimensional
RandomAccessible of an
n-dimensional RandomAccessible that maps the four
channels encoded in ARGBType into a dimension. |
static RandomAccessibleInterval<UnsignedByteType> |
Converters.argbChannels(RandomAccessibleInterval<ARGBType> source,
int... channels)
Create an (n+1)-dimensional
RandomAccessible of an
n-dimensional RandomAccessible that maps the four
channels encoded in ARGBType into a dimension. |
Constructor and Description |
---|
VolatileRealTypeARGBConverter(ARGBType background) |
VolatileRealTypeARGBConverter(double min,
double max,
ARGBType background) |
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
ARGBChannelSamplerConverter.convert(Sampler<? extends ARGBType> sampler) |
Modifier and Type | Field and Description |
---|---|
protected RandomAccessibleInterval<ARGBType> |
CompositeXYRandomAccessibleProjector.target |
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeXYRandomAccessibleProjector.mapSingle(RandomAccess<A> sourceRandomAccess,
Converter<A,ARGBType> conv) |
protected void |
CompositeXYProjector.mapSingle(RandomAccess<A> sourceRandomAccess,
Converter<A,ARGBType> conv) |
Constructor and Description |
---|
CompositeXYProjector(RandomAccessibleInterval<A> source,
IterableInterval<ARGBType> target,
ArrayList<Converter<A,ARGBType>> converters,
int dimIndex) |
CompositeXYProjector(RandomAccessibleInterval<A> source,
IterableInterval<ARGBType> target,
ArrayList<Converter<A,ARGBType>> converters,
int dimIndex) |
CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A> source,
RandomAccessibleInterval<ARGBType> target,
ArrayList<Converter<A,ARGBType>> converters,
int dimIndex) |
CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A> source,
RandomAccessibleInterval<ARGBType> target,
ArrayList<Converter<A,ARGBType>> converters,
int dimIndex) |
Modifier and Type | Method and Description |
---|---|
static <A extends IntAccess> |
ArrayImgs.argbs(A access,
long... dim)
|
static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(int[] array,
long... dim)
|
static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ARGBType,IntArray> |
PlanarImgs.argbs(long... dim)
|
Modifier and Type | Method and Description |
---|---|
ARGBType |
NLinearInterpolatorARGB.get()
Get the interpolated value at the current position.
|
Modifier and Type | Method and Description |
---|---|
NLinearInterpolatorARGB |
NLinearInterpolatorARGBFactory.create(RandomAccessible<ARGBType> randomAccessible) |
NLinearInterpolatorARGB |
NLinearInterpolatorARGBFactory.create(RandomAccessible<ARGBType> randomAccessible,
RealInterval interval)
For now, ignore the
RealInterval and return
NLinearInterpolatorARGBFactory.create(RandomAccessible) . |
Constructor and Description |
---|
NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible,
ARGBType type) |
Constructor and Description |
---|
NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible) |
NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible,
ARGBType type) |
Modifier and Type | Method and Description |
---|---|
ARGBType |
ARGBType.copy() |
ARGBType |
ARGBType.createVariable() |
ARGBType |
ARGBType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<ARGBType,? extends IntAccess> |
ARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
ARGBType.add(ARGBType c) |
void |
ARGBType.div(ARGBType c) |
void |
ARGBType.mul(ARGBType c) |
void |
ARGBType.set(ARGBType c) |
void |
ARGBType.sub(ARGBType c) |
boolean |
ARGBType.valueEquals(ARGBType t) |
Modifier and Type | Method and Description |
---|---|
NativeImg<ARGBType,? extends IntAccess> |
ARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory,
long[] dim) |
Copyright © 2009–2018 ImgLib2. All rights reserved.