Uses of Class
net.imglib2.type.numeric.integer.UnsignedByteType
Packages that use UnsignedByteType
Package
Description
-
Uses of UnsignedByteType in net.imglib2.converter
Fields in net.imglib2.converter with type parameters of type UnsignedByteTypeModifier and TypeFieldDescriptionstatic final 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 UnsignedByteTypeModifier and TypeMethodDescriptionstatic final WriteConvertedRandomAccessible
<ARGBType, UnsignedByteType> Converters.argbChannel
(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessible
to one of the four channels encoded in aRandomAccessible
ofARGBType
.static final WriteConvertedRandomAccessibleInterval
<ARGBType, UnsignedByteType> Converters.argbChannel
(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleInterval
to one of the four channels encoded in aRandomAccessibleInterval
ofARGBType
.static final 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 final 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 UnsignedByteTypeModifier and TypeMethodDescriptionvoid
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 UnsignedByteTypeModifier and TypeMethodDescription -
Uses of UnsignedByteType in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type UnsignedByteTypeModifierConstructorDescriptionPlanarImgXYByteProjector
(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 UnsignedByteTypeModifierConstructorDescriptionUnsignedByteAWTScreenImage
(UnsignedByteType type, ByteArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type UnsignedByteTypeModifierConstructorDescription -
Uses of UnsignedByteType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedByteTypeModifier and TypeMethodDescriptionstatic final ArrayImg
<UnsignedByteType, ByteArray> ArrayImgs.unsignedBytes
(byte[] array, long... dim) static final ArrayImg
<UnsignedByteType, ByteArray> ArrayImgs.unsignedBytes
(long... dim) static final <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 UnsignedByteTypeModifier and TypeMethodDescriptionstatic final 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 UnsignedByteTypeModifier and TypeMethodDescriptionUnsignedByteType.copy()
UnsignedByteType.createVariable()
UnsignedByteType.duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedByteTypeModifier and TypeMethodDescriptionNativeImg
<UnsignedByteType, ? extends ByteAccess> UnsignedByteType.createSuitableNativeImg
(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedByteTypeModifier and TypeMethodDescriptionvoid
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 UnsignedByteTypeModifier and TypeMethodDescriptionNativeImg
<UnsignedByteType, ? extends ByteAccess> UnsignedByteType.createSuitableNativeImg
(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim)