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 |
---|---|
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 |
---|---|
void |
ARGBConverter.convert(ARGBLongAccessType input,
ARGBType output) |
Modifier and Type | Method and Description |
---|---|
ARGBType |
CompositeARGBSamplerConverter.convert(Sampler<? extends Composite<UnsignedByteType>> sampler) |
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
ARGBChannelSamplerConverter.convert(Sampler<? extends ARGBType> sampler) |
Modifier and Type | Method and Description |
---|---|
ARGBType |
ARGBLongAccessTypeARGBTypeConverter.convert(Sampler<? extends ARGBLongAccessType> 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 ImgPlus<ARGBType> |
VirtualStackAdapter.wrapRGBA(ij.ImagePlus image)
|
static IntImagePlus<ARGBType> |
ImagePlusAdapter.wrapRGBA(ij.ImagePlus imp) |
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 ImgPlus<ARGBType> |
ImgPlusViews.fuseColor(ImgPlus<? extends RealType<?>> image)
Generates a color image from a gray scale image that has a color axes of
dimension 3.
|
static Img<ARGBType> |
ImageJFunctions.wrapRGBA(ij.ImagePlus imp) |
Modifier and Type | Method and Description |
---|---|
static <T> ij.ImagePlus |
ImageJFunctions.showRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.showRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title,
ExecutorService service)
|
static ImageJVirtualStackARGB |
ImageJVirtualStackARGB.wrap(RandomAccessibleInterval<ARGBType> source) |
static ij.ImagePlus |
ImageJFunctions.wrapRGB(RandomAccessibleInterval<ARGBType> img,
String title) |
static ij.ImagePlus |
ImageJFunctions.wrapRGB(RandomAccessibleInterval<ARGBType> img,
String title,
ExecutorService service)
Create a 24bit RGB
ImagePlus from a
RandomAccessibleInterval a using a default (identity)
Converter . |
static <T> ij.ImagePlus |
ImageJFunctions.wrapRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title) |
static <T> ij.ImagePlus |
ImageJFunctions.wrapRGB(RandomAccessibleInterval<T> img,
Converter<T,ARGBType> converter,
String title,
ExecutorService service)
|
Constructor and Description |
---|
ImageJVirtualStackARGB(RandomAccessibleInterval<S> source,
Converter<? super S,ARGBType> converter) |
ImageJVirtualStackARGB(RandomAccessibleInterval<S> source,
Converter<? super S,ARGBType> converter,
ExecutorService service) |
Modifier and Type | Method and Description |
---|---|
static IntImagePlus<ARGBType> |
ImagePlusImgs.argbs(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ARGBType,IntArray> |
PlanarImgs.argbs(long... dim)
|
Modifier and Type | Class and Description |
---|---|
class |
ClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>
N-linear interpolator for volatile ARGB values with overflow check.
|
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 |
---|---|
NativeTypeFactory<ARGBType,IntAccess> |
ARGBType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ARGBType.add(ARGBType c) |
void |
ARGBType.div(ARGBType c) |
void |
ARGBType.mul(ARGBType c) |
void |
ARGBType.pow(ARGBType c) |
void |
ARGBType.set(ARGBType c) |
void |
ARGBType.sub(ARGBType c) |
boolean |
ARGBType.valueEquals(ARGBType t) |
Copyright © 2015–2022 ImgLib2. All rights reserved.