MBT.getROIVoxel: Returns the lists of voxels internal to a given ROIName

Description Usage Arguments Value Examples

View source: R/mmButo.wrappingFunctions.R

Description

Once a mmButo object is loaded, with loadCollection method, it allows to extract all the voxels within a given ROINAME. The behaviour is similar to the GLT.getImageROIVoxels but is able to work on all the DICOM studies stored in the object.

N.B: pay attention.... ops! Your wallet is empty!

Usage

1
MBT.getROIVoxel(obj.mmButo, ROIName)

Arguments

obj.mmButo

the object mmButo

pathToOpen

the path where the DICOM serie is locate, on the filesystem. It should point to a path where it can find A SET OF FOLDERS, ONE FOR EACH PATIENT

Value

wel.... nothing.

Examples

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

obj<-mmButo()
MBT.getROIVoxel(obj.mmButo = obj, ROIName='GTV' );


## End(Not run)

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