Uses of Class
net.imglib2.type.numeric.integer.UnsignedByteType
Packages that use UnsignedByteType
Package
Description
-
Uses of UnsignedByteType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type UnsignedByteTypeModifier and TypeFieldDescriptionprivate final Converter<UnsignedByteType, FloatType> ConvertImpl.Convert_UnsignedByteType_FloatType.converterprivate final Supplier<Converter<UnsignedByteType, FloatType>> ConvertImpl.Convert_UnsignedByteType_FloatType.converterSupplierConstructor parameters in net.imglib2.blocks with type arguments of type UnsignedByteTypeModifierConstructorDescriptionConvert_UnsignedByteType_FloatType(Supplier<Converter<UnsignedByteType, FloatType>> converterSupplier) -
Uses of UnsignedByteType in net.imglib2.converter
Classes in net.imglib2.converter that implement interfaces with type arguments of type UnsignedByteTypeModifier and TypeClassDescriptionfinal classConvert UnsignedByteType into one channel ofARGBType.classRealUnsignedByteConverter<R extends RealType<R>>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 TypeMethodDescriptionConverters.argbChannel(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.Converters.argbChannel(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.Converters.argbChannels(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.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) Method parameters in net.imglib2.converter with type arguments of type UnsignedByteTypeModifier and TypeMethodDescriptionstatic RandomAccessible<ARGBType> Converters.mergeARGB(RandomAccessible<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType.static RandomAccessibleInterval<ARGBType> Converters.mergeARGB(RandomAccessibleInterval<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType. -
Uses of UnsignedByteType in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement interfaces with type arguments of type UnsignedByteTypeModifier and TypeClassDescriptionfinal classAccess the on channel of anARGBTypeas an UnsignedByteType.classFields in net.imglib2.converter.readwrite with type parameters of type UnsignedByteTypeModifier and TypeFieldDescriptionprivate final Function<Sampler<? extends Composite<UnsignedByteType>>, ? extends IntAccess> CompositeARGBSamplerConverter.factoryprivate final Sampler<? extends Composite<UnsignedByteType>> CompositeARGBSamplerConverter.CompositeARGBAccess.samplerprivate final Sampler<? extends Composite<UnsignedByteType>> CompositeARGBSamplerConverter.CompositeRGBAccess.samplerMethods in net.imglib2.converter.readwrite that return UnsignedByteTypeModifier and TypeMethodDescriptionMethods in net.imglib2.converter.readwrite that return types with arguments of type UnsignedByteTypeModifier and TypeMethodDescriptionprivate Function<Sampler<? extends Composite<UnsignedByteType>>, ? extends IntAccess> CompositeARGBSamplerConverter.getAccessFactory(ColorChannelOrder order) Method parameters in net.imglib2.converter.readwrite with type arguments of type UnsignedByteTypeModifier and TypeMethodDescriptionCompositeARGBSamplerConverter.convert(Sampler<? extends Composite<UnsignedByteType>> sampler) Constructor parameters in net.imglib2.converter.readwrite with type arguments of type UnsignedByteTypeModifierConstructorDescriptionCompositeARGBAccess(Sampler<? extends Composite<UnsignedByteType>> sampler) CompositeRGBAccess(Sampler<? extends Composite<UnsignedByteType>> sampler) -
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
Subclasses with type arguments of type UnsignedByteType in net.imglib2.display.screenimage.awtModifier and TypeClassDescriptionclassAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.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 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 UnsignedByteTypeModifier and TypeMethodDescriptionstatic final PlanarImg<UnsignedByteType, ByteArray> PlanarImgs.unsignedBytes(long... dim) -
Uses of UnsignedByteType in net.imglib2.type.numeric.integer
Subclasses with type arguments of type UnsignedByteType in net.imglib2.type.numeric.integerFields in net.imglib2.type.numeric.integer with type parameters of type UnsignedByteTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<UnsignedByteType, ByteAccess> UnsignedByteType.typeFactoryMethods 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 UnsignedByteTypeMethods in net.imglib2.type.numeric.integer with parameters of type UnsignedByteTypeModifier and TypeMethodDescriptionvoidUnsignedByteType.add(UnsignedByteType c) intUnsignedByteType.compareTo(UnsignedByteType other) voidUnsignedByteType.div(UnsignedByteType c) voidUnsignedByteType.mul(UnsignedByteType c) voidUnsignedByteType.sub(UnsignedByteType c) -
Uses of UnsignedByteType in net.imglib2.type.volatiles
Subclasses of UnsignedByteType in net.imglib2.type.volatilesModifier and TypeClassDescriptionprivate static classSubclasses with type arguments of type UnsignedByteType in net.imglib2.type.volatiles