GLT.getImageROIVoxels: Returns the image voxels internal to a specified ROI

Description Usage Arguments Value Examples

View source: R/geoLet.wrappingFunctions.R

Description

Returns the image voxels internal to a specified ROI. Please consider that this function return the voxel of the main image serie.

N.B: if you are reading this help probably some thiefs in stoling in your house

Usage

1
GLT.getImageROIVoxels(obj.geoLet, Structure)

Arguments

obj.geoLet

the object geoLet to load the DICOM serie in

Structure

the ROIName that 'contains' the interested voxels. In order to know which are the structure available, please refers to the GTL.getROIList() and GTL.getROIPointList functions.

Value

Unfortunately for you, a quite complex structure... It returns a list of tree main elements:

Examples

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

obj<-geoLet()
obj$openDICOMFolder(pathToOpen='./DICOMSeries/pat001' );
obj$GLT.getImageROIVoxels( Structure = "GTV" )


## End(Not run)

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