Uses of Interface
org.anchoranalysis.image.voxel.arithmetic.VoxelsArithmetic
Packages that use VoxelsArithmetic
Package
Description
The
Channel
core data-class and related operations
and converters.Data-structures to store and manipulate image raster-data or voxels.
Arithmetic operations for
Voxels
.-
Uses of VoxelsArithmetic in org.anchoranalysis.image.core.channel
Methods in org.anchoranalysis.image.core.channel that return VoxelsArithmeticModifier and TypeMethodDescriptionChannel.arithmetic()
Interface that allows manipulation of voxel intensities via arithmetic operations. -
Uses of VoxelsArithmetic in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return VoxelsArithmeticModifier and TypeMethodDescriptionBoundedVoxels.arithmetic()
Interface that allows manipulation of voxel intensities via arithmetic operations.Voxels.arithmetic()
Interface that allows manipulation of voxel intensities via arithmetic operations.VoxelsUntyped.arithmetic()
Interface that allows manipulation of voxel intensities via arithmetic operations.Constructors in org.anchoranalysis.image.voxel with parameters of type VoxelsArithmeticModifierConstructorDescriptionVoxels
(SliceBufferIndex<T> slices, VoxelsFactoryTypeBound<T> factory, VoxelsArithmetic arithmetic) Creates a newVoxels
instance. -
Uses of VoxelsArithmetic in org.anchoranalysis.image.voxel.arithmetic
Methods in org.anchoranalysis.image.voxel.arithmetic that return VoxelsArithmeticModifier and TypeMethodDescriptionstatic VoxelsArithmetic
VoxelsArithmeticFactory.createFloat
(Extent extent, IntFunction<FloatBuffer> bufferForSlice) Create aVoxelsArithmetic
forFloatBuffer
.static VoxelsArithmetic
VoxelsArithmeticFactory.createUnsignedByte
(Extent extent, IntFunction<UnsignedByteBuffer> bufferForSlice) Create aVoxelsArithmetic
forUnsignedByteBuffer
.static VoxelsArithmetic
VoxelsArithmeticFactory.createUnsignedInt
(Extent extent, IntFunction<UnsignedIntBuffer> bufferForSlice) Create aVoxelsArithmetic
forUnsignedIntBuffer
.static VoxelsArithmetic
VoxelsArithmeticFactory.createUnsignedShort
(Extent extent, IntFunction<UnsignedShortBuffer> bufferForSlice) Create aVoxelsArithmetic
forUnsignedShortBuffer
.