GLT.rotateToAlign: Remap the ROI points according to the raster geomery of image

Description Usage Arguments Value Examples

View source: R/geoLet.wrappingFunctions.R

Description

Remap the 3D points of the chosen ROI in the 3D bitmap geometry of the main image

N.B: if you are reading this help, Clostridium difficile will bless you...

Usage

1
GLT.rotateToAlign(obj.geoLet, ROIName)

Arguments

obj.geoLet

the object geoLet to load the DICOM serie in

ROIName

the name of the ROI you are interested in remapping

Value

It return a list of points located in the bitmap geometry of the CT (or MRI) scan. By this function you can in a quite easy way identify ROI points on the image slices

Examples

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

obj<-geoLet()
obj$openDICOMFolder(pathToOpen='./DICOMSeries/pat001' );
a<-obj$GLT.calculateDVH( ROIName = "GTV" )


## End(Not run)

kbolab/moddicom documentation built on Nov. 29, 2020, 9:11 p.m.