Class Voxel
java.lang.Object
org.episteme.natural.medicine.imaging.Voxel
Represents a Voxel (Volumetric Pixel) with physical dimensions.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Details
-
Voxel
-
-
Method Details
-
getSpacingX
-
getSpacingY
-
getSpacingZ
-
getValue
public double getValue() -
getVolume
Calculates the physical volume of this voxel.
-