| Package | Description |
|---|---|
| net.imglib2.converter |
| Modifier and Type | Method and Description |
|---|---|
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 <A,B extends Type<B>> |
Converters.convert(RandomAccessibleInterval<A> source,
SamplerConverter<? super A,B> converter)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.