Construct 4-D volume from set of DICOM images
constructs a 4-D volume, V
= dicomreadVolume(source
)V
, from a set of Digital Imaging and
Communications in Medicine (DICOM) files specified by source
.
The dicomreadVolume
function identifies the correct order of
the images and constructs a 4-D volume.
Note
If the input is a DICOM volume, the function returns the volume data after checking the order of the image slices in the input volume. If the image slices are not in the appropriate order, the function corrects the order before returning the output.
constructs a 4-D DICOM volume from the input file listed in
V
= dicomreadVolume(sourcetable
)sourcetable
. The table must contain only one row that
specifies the metadata for a DICOM volume.
constructs a 4-D DICOM volume from the input file listed in
V
= dicomreadVolume(sourcetable
,rowname
)rowname
of the multirow table. Use this syntax when
sourcetable
contains multiple rows.
DICOM Browser | dicomCollection
| dicominfo
| dicomread
| tiffreadVolume