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.
-
Class Summary Class Description BoundedVoxels<T> Voxelsthat exist within a particular bounding-box in an image.ExtentMatchHelper Checks if theExtents of twoBoundingBoxes are identical.Voxels<T> A box (3-dimensions) with voxel-data.VoxelsFloat Implementation ofVoxelswhose voxels are of type float.VoxelsUnsignedByte Implementation ofVoxelswhose voxels are of type unsigned byte (8-bit).VoxelsUnsignedInt Implementation ofVoxelswhose voxels are of type unsigned int (32-bit).VoxelsUnsignedShort Implementation ofVoxelswhose voxels are of type unsigned short (16-bit).VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers.