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 theVoxels
totargetDataType
.Constructors in org.anchoranalysis.image.core.channel.convert with parameters of type VoxelsConverterModifierConstructorDescriptionprotected
ChannelConverter
(VoxelDataType targetDataType, VoxelsConverter<T> voxelsConverter, VoxelsFactoryTypeBound<T> voxelsFactory) Creates a newChannelConverter
instance.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 class
Converts voxel buffers to aFloatBuffer
without scaling any values.class
Base class for conversion to unsigned 8-bit.final class
Converts voxel buffers to an unsigned 8-bit buffer without scaling any values.final class
Converts voxel buffers to an unsigned 8-bit buffer linearly scaling against the maximum constant value.final class
Converts voxel buffers to an unsigned 8-bit buffer scaling against a the minimum and maximum constant.final class
Converts voxel buffers to aUnsignedByteBuffer
scaling against the maximum value in each buffer.class
Base class for conversion to unsigned 32-bit.final class
Converts voxel buffers to an unsigned 16-bit buffer without scaling any values.final class
Converts voxel buffers to an unsigned 16-bit buffer, scaling against the maximum value in each data-type.