Uses of Class
net.imglib2.type.numeric.integer.UnsignedByteType
-
-
Uses of UnsignedByteType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type UnsignedByteType Modifier and Type Field Description private Converter<UnsignedByteType,FloatType>ConvertImpl.Convert_UnsignedByteType_FloatType. converterprivate java.util.function.Supplier<Converter<UnsignedByteType,FloatType>>ConvertImpl.Convert_UnsignedByteType_FloatType. converterSupplierConstructor parameters in net.imglib2.blocks with type arguments of type UnsignedByteType Constructor Description Convert_UnsignedByteType_FloatType(java.util.function.Supplier<Converter<UnsignedByteType,FloatType>> converterSupplier) -
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. converterListRGBAChannelARGBConverter.converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto 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 aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.static WriteConvertedRandomAccessibleInterval<ARGBType,UnsignedByteType>Converters. argbChannel(RandomAccessibleInterval<ARGBType> source, int channel)Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.static RandomAccessibleInterval<UnsignedByteType>Converters. argbChannels(RandomAccessibleInterval<ARGBType> source)Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.static 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 UnsignedByteType Modifier and Type Method Description voidChannelARGBConverter. convert(UnsignedByteType input, ARGBType output)voidRealUnsignedByteConverter. convert(R input, UnsignedByteType output)Method parameters in net.imglib2.converter with type arguments of type UnsignedByteType Modifier and Type Method Description static 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
Fields in net.imglib2.converter.readwrite with type parameters of type UnsignedByteType Modifier and Type Field Description private java.util.function.Function<Sampler<? extends Composite<UnsignedByteType>>,? extends IntAccess>CompositeARGBSamplerConverter. factoryprivate Sampler<? extends Composite<UnsignedByteType>>CompositeARGBSamplerConverter.CompositeARGBAccess. samplerprivate Sampler<? extends Composite<UnsignedByteType>>CompositeARGBSamplerConverter.CompositeRGBAccess. samplerMethods in net.imglib2.converter.readwrite that return UnsignedByteType Modifier and Type Method Description UnsignedByteTypeARGBChannelSamplerConverter. convert(Sampler<? extends ARGBType> sampler)Methods in net.imglib2.converter.readwrite that return types with arguments of type UnsignedByteType Modifier and Type Method Description private java.util.function.Function<Sampler<? extends Composite<UnsignedByteType>>,? extends IntAccess>CompositeARGBSamplerConverter. getAccessFactory(ColorChannelOrder order)Method parameters in net.imglib2.converter.readwrite with type arguments of type UnsignedByteType Modifier and Type Method Description ARGBTypeCompositeARGBSamplerConverter. convert(Sampler<? extends Composite<UnsignedByteType>> sampler)Constructor parameters in net.imglib2.converter.readwrite with type arguments of type UnsignedByteType Constructor Description CompositeARGBAccess(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 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
Fields in net.imglib2.type.numeric.integer with type parameters of type UnsignedByteType Modifier and Type Field Description private static NativeTypeFactory<UnsignedByteType,ByteAccess>UnsignedByteType. typeFactoryMethods in net.imglib2.type.numeric.integer that return UnsignedByteType Modifier and Type Method Description UnsignedByteTypeUnsignedByteType. copy()UnsignedByteTypeUnsignedByteType. createVariable()UnsignedByteTypeUnsignedByteType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedByteType Modifier and Type Method Description NativeTypeFactory<UnsignedByteType,ByteAccess>UnsignedByteType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedByteType Modifier and Type Method Description voidUnsignedByteType. 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.volatiles Modifier and Type Class Description private static classVolatileUnsignedByteType.WrappedUnsignedByteType
-