GLT.getImageVoxelCube: Returns an IMAGE voxel cube

Description Usage Arguments Value Examples

View source: R/geoLet.wrappingFunctions.R

Description

Returns the primary IMAGE voxel cube stored into a geoLet object

N.B: pay attention, it can cause infertility

Usage

1
GLT.getImageVoxelCube(obj.geoLet, ps.x = NA, ps.y = NA, ps.z = NA)

Arguments

obj.geoLet

the object geoLet to load the DICOM serie in;

ps.x

The desided pixelspaxing along the x-axes. If not specifies, by default, it will keep the original pixel spacing. Pay attention: lowest pixel spacings can cause long computation time and crashes due to memory swapping on disk.

ps.y

The desided pixelspaxing along the y-axes. If not specifies, by default, it will keep the original pixel spacing. Pay attention: lowest pixel spacings can cause long computation time and crashes due to memory swapping on disk.

ps.z

come on, genius, try to guess....

Value

it returns a 3D array containing ALL the IMAGE voxel cubes. No bullshit.

Examples

1
2
3
4
5
6
7
8
## Not run: 

obj<-geoLet()
obj$openDICOMFolder(pathToOpen='./DICOMSeries/pat001' );
imageVoxelCube<-GLT.getImageVoxelCube(obj = obj );


## End(Not run)

robertogattabs/RadAgent documentation built on June 30, 2018, 12:02 a.m.