Extract ROI data from DICOM-RT structure set
The dicomContours
function extracts region of interest (ROI) data
from the metadata in DICOM-RT structure set files. The function returns a
dicomContours
object that stores the extracted data. You can use these
Object Functions to add, delete,
display, modify, and create masks from this ROI data.
extracts ROI data from the structure set and ROI contour modules of DICOM metadata
contour
= dicomContours(info
)info
. You can also use the dicominfo
function to read metadata from DICOM-RT structure set
files.
The dicomContours
function creates a dicomContours
object with ROI data as its ROIs
property.
addContour | Add ROI sequence to ROI data |
convertToInfo | Write ROI data to DICOM metadata |
createMask | Create volumetric mask from dicomContours object |
deleteContour | Delete ROI sequence from ROI data |
plotContour | Plot ROI contour data in DICOM-RT structure set |