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
Voxels
that exist within a particular bounding-box in an image.Checks if theExtent
s of twoBoundingBox
es are identical.Voxels<T>A box (3-dimensions) with voxel-data.Implementation ofVoxels
whose voxels are of type float.Implementation ofVoxels
whose voxels are of type unsigned byte (8-bit).Implementation ofVoxels
whose voxels are of type unsigned int (32-bit).Implementation ofVoxels
whose voxels are of type unsigned short (16-bit).Stores memory buffers representing image voxels, without explicit typing of buffers.