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.converterListRGBAChannelARGBConverter.converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto 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 aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.static final WriteConvertedRandomAccessibleInterval<ARGBType, UnsignedByteType> Converters.argbChannel(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.static final RandomAccessibleInterval<UnsignedByteType> Converters.argbChannels(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.static final RandomAccessibleInterval<UnsignedByteType> Converters.argbChannels(RandomAccessibleInterval<ARGBType> source, int... channels) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.Methods in net.imglib2.converter with parameters of type UnsignedByteTypeModifier and TypeMethodDescriptionvoidChannelARGBConverter.convert(UnsignedByteType input, ARGBType output) voidRealUnsignedByteConverter.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 TypeMethodDescriptionvoidUnsignedByteType.add(UnsignedByteType c) intUnsignedByteType.compareTo(UnsignedByteType c) voidUnsignedByteType.div(UnsignedByteType c) voidUnsignedByteType.mul(UnsignedByteType c) voidUnsignedByteType.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)