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 newVoxelsinstance. -
Uses of VoxelsArithmetic in org.anchoranalysis.image.voxel.arithmetic
Methods in org.anchoranalysis.image.voxel.arithmetic that return VoxelsArithmeticModifier and TypeMethodDescriptionstatic VoxelsArithmeticVoxelsArithmeticFactory.createFloat(Extent extent, IntFunction<FloatBuffer> bufferForSlice) Create aVoxelsArithmeticforFloatBuffer.static VoxelsArithmeticVoxelsArithmeticFactory.createUnsignedByte(Extent extent, IntFunction<UnsignedByteBuffer> bufferForSlice) Create aVoxelsArithmeticforUnsignedByteBuffer.static VoxelsArithmeticVoxelsArithmeticFactory.createUnsignedInt(Extent extent, IntFunction<UnsignedIntBuffer> bufferForSlice) Create aVoxelsArithmeticforUnsignedIntBuffer.static VoxelsArithmeticVoxelsArithmeticFactory.createUnsignedShort(Extent extent, IntFunction<UnsignedShortBuffer> bufferForSlice) Create aVoxelsArithmeticforUnsignedShortBuffer.