Uses of Class
net.imglib2.type.numeric.integer.UnsignedByteType
-
-
Uses of UnsignedByteType in net.imglib2.converter
Fields in net.imglib2.converter with type parameters of type UnsignedByteType Modifier and Type Field Description static java.util.ArrayList<Converter<UnsignedByteType,ARGBType>>
ChannelARGBConverter. converterListRGBA
ChannelARGBConverter.converterListRGBA
can be used inCompositeXYProjector
to convert a 4-channelUnsignedByteType
into compositeARGBType
.Methods in net.imglib2.converter that return types with arguments of type UnsignedByteType Modifier and Type Method Description static WriteConvertedRandomAccessible<ARGBType,UnsignedByteType>
Converters. argbChannel(RandomAccessible<ARGBType> source, int channel)
Create aWriteConvertedRandomAccessible
to one of the four channels encoded in aRandomAccessible
ofARGBType
.static WriteConvertedRandomAccessibleInterval<ARGBType,UnsignedByteType>
Converters. argbChannel(RandomAccessibleInterval<ARGBType> source, int channel)
Create aWriteConvertedRandomAccessibleInterval
to one of the four channels encoded in aRandomAccessibleInterval
ofARGBType
.static RandomAccessibleInterval<UnsignedByteType>
Converters. argbChannels(RandomAccessibleInterval<ARGBType> source)
Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.static RandomAccessibleInterval<UnsignedByteType>
Converters. argbChannels(RandomAccessibleInterval<ARGBType> source, int... channels)
Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.Methods in net.imglib2.converter with parameters of type UnsignedByteType Modifier and Type Method Description void
ChannelARGBConverter. convert(UnsignedByteType input, ARGBType output)
void
RealUnsignedByteConverter. convert(R input, UnsignedByteType output)
-
Uses of UnsignedByteType in net.imglib2.converter.readwrite
Methods in net.imglib2.converter.readwrite that return UnsignedByteType Modifier and Type Method Description UnsignedByteType
ARGBChannelSamplerConverter. convert(Sampler<? extends ARGBType> sampler)
-
Uses of UnsignedByteType in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type UnsignedByteType Constructor Description PlanarImgXYByteProjector(PlanarImg<A,ByteArray> source, ArrayImg<UnsignedByteType,ByteArray> target, double normalizationFactor, double min)
Normalizes a PlanarImg and writes the result into target. -
Uses of UnsignedByteType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type UnsignedByteType Constructor Description UnsignedByteAWTScreenImage(UnsignedByteType type, ByteArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type UnsignedByteType Constructor Description UnsignedByteAWTScreenImage(ArrayImg<UnsignedByteType,ByteArray> img)
-
Uses of UnsignedByteType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedByteType Modifier and Type Method Description static ArrayImg<UnsignedByteType,ByteArray>
ArrayImgs. unsignedBytes(byte[] array, long... dim)
static ArrayImg<UnsignedByteType,ByteArray>
ArrayImgs. unsignedBytes(long... dim)
static <A extends ByteAccess>
ArrayImg<UnsignedByteType,A>ArrayImgs. unsignedBytes(A access, long... dim)
-
Uses of UnsignedByteType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type UnsignedByteType Modifier and Type Method Description static PlanarImg<UnsignedByteType,ByteArray>
PlanarImgs. unsignedBytes(long... dim)
-
Uses of UnsignedByteType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return UnsignedByteType Modifier and Type Method Description UnsignedByteType
UnsignedByteType. copy()
UnsignedByteType
UnsignedByteType. createVariable()
UnsignedByteType
UnsignedByteType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedByteType Modifier and Type Method Description NativeImg<UnsignedByteType,? extends ByteAccess>
UnsignedByteType. createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedByteType Modifier and Type Method Description void
UnsignedByteType. add(UnsignedByteType c)
int
UnsignedByteType. compareTo(UnsignedByteType c)
void
UnsignedByteType. div(UnsignedByteType c)
void
UnsignedByteType. mul(UnsignedByteType c)
void
UnsignedByteType. sub(UnsignedByteType c)
Method parameters in net.imglib2.type.numeric.integer with type arguments of type UnsignedByteType Modifier and Type Method Description NativeImg<UnsignedByteType,? extends ByteAccess>
UnsignedByteType. createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim)
-