Uses of Class
org.anchoranalysis.image.voxel.convert.VoxelsConverter
Packages that use VoxelsConverter
Package
Description
Converts a channel to other data-types.
Converts a channel to another data-type based upon another object to which it is attached.
Converts a channel to another data-type based upon a
Channel to which it is attached.Converts a channel to another data-type based upon a
Histogram to which it is attached.Converting
Voxels to different data-types.-
Uses of VoxelsConverter in org.anchoranalysis.image.core.channel.convert
Methods in org.anchoranalysis.image.core.channel.convert that return VoxelsConverterModifier and TypeMethodDescriptionChannelConverter.getVoxelsConverter()A converter used to change theVoxelstotargetDataType.Constructors in org.anchoranalysis.image.core.channel.convert with parameters of type VoxelsConverterModifierConstructorDescriptionprotectedChannelConverter(VoxelDataType targetDataType, VoxelsConverter<T> voxelsConverter, VoxelsFactoryTypeBound<T> voxelsFactory) Creates a newChannelConverterinstance.ToUnsignedByte(VoxelsConverter<UnsignedByteBuffer> voxelsConverter) Convert with a particularVoxelsConverter.ToUnsignedShort(VoxelsConverter<UnsignedShortBuffer> voxelsConverter) Convert with a particularVoxelsConverter. -
Uses of VoxelsConverter in org.anchoranalysis.image.core.channel.convert.attached
Methods in org.anchoranalysis.image.core.channel.convert.attached that return VoxelsConverterModifier and TypeMethodDescriptionChannelConverterAttached.getVoxelsConverter()Converts voxels to have type voxel-typeT. -
Uses of VoxelsConverter in org.anchoranalysis.image.core.channel.convert.attached.channel
Methods in org.anchoranalysis.image.core.channel.convert.attached.channel that return VoxelsConverterModifier and TypeMethodDescriptionIntensityRange.getVoxelsConverter()MaxIntensity.getVoxelsConverter() -
Uses of VoxelsConverter in org.anchoranalysis.image.core.channel.convert.attached.histogram
Methods in org.anchoranalysis.image.core.channel.convert.attached.histogram that return VoxelsConverterModifier and TypeMethodDescriptionMaxIntensityFromHistogram.getVoxelsConverter()QuantileIntensityFromHistogram.getVoxelsConverter()UpperLowerQuantileIntensityFromHistogram.getVoxelsConverter() -
Uses of VoxelsConverter in org.anchoranalysis.image.voxel.convert
Subclasses of VoxelsConverter in org.anchoranalysis.image.voxel.convertModifier and TypeClassDescriptionfinal classConverts voxel buffers to aFloatBufferwithout scaling any values.classBase class for conversion to unsigned 8-bit.final classConverts voxel buffers to an unsigned 8-bit buffer without scaling any values.final classConverts voxel buffers to an unsigned 8-bit buffer linearly scaling against the maximum constant value.final classConverts voxel buffers to an unsigned 8-bit buffer scaling against a the minimum and maximum constant.final classConverts voxel buffers to aUnsignedByteBufferscaling against the maximum value in each buffer.classBase class for conversion to unsigned 32-bit.final classConverts voxel buffers to an unsigned 16-bit buffer without scaling any values.final classConverts voxel buffers to an unsigned 16-bit buffer, scaling against the maximum value in each data-type.