REGION - Group Voxels into Regions

REGION is a collection of routines for manipulating 3D voxel data. As part of a project, we had to take a file of voxel data representing a brain scan. Each voxel had an integer value representing the intensity of a signal. Only voxels with an intensity above a certain value were to be considered. Those voxels were then grouped into contiguous regions.

A further complication was the desire to be able to pick include an enclosing surface image of the brain, project the internal regions out along a line from a point to the surface, and mark the surface with the color associated with the region. Some of the routines in this package are associated with that task.

A simple routine called IVOXEL_TO_OBJ allows you to take a voxel array and create a corresponding OBJ 3D graphics file.

Files you may copy include:

The list of routines includes:

Return to the FORTRAN software page.


Last revised on 27 March 2001.