Package org.anchoranalysis.image.voxel
package org.anchoranalysis.image.voxel
Data-structures to store and manipulate image raster-data or voxels.
Generally in the code, each point in the image raster is referred to as a voxel, as operations typically work in both 2D and 3D. If instead termed pixel, it implies an operation that never occurs in 3D.
-
ClassesClassDescription
Voxelsthat exist within a particular bounding-box in an image.Checks if theExtents of twoBoundingBoxes are identical.Voxels<T>A box (3-dimensions) with voxel-data.Implementation ofVoxelswhose voxels are of type float.Implementation ofVoxelswhose voxels are of type unsigned byte (8-bit).Implementation ofVoxelswhose voxels are of type unsigned int (32-bit).Implementation ofVoxelswhose voxels are of type unsigned short (16-bit).Stores memory buffers representing image voxels, without explicit typing of buffers.