Package | Description |
---|---|
net.imglib2.converter | |
net.imglib2.converter.readwrite |
Modifier and Type | Method and Description |
---|---|
static ColorChannelOrder |
ColorChannelOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorChannelOrder[] |
ColorChannelOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 . |
Constructor and Description |
---|
CompositeARGBSamplerConverter(ColorChannelOrder order) |
Copyright © 2015–2022 ImgLib2. All rights reserved.