dicomreadVolume
Create 4-D volume from set of DICOM images
Syntax
Description
creates 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 creates a 4-D volume.
Note
If the input is a DICOM volume, then the function returns the volume data after checking the order of the image slices in the input volume. When the image slices are not in the appropriate order, the function corrects the order before returning the output.
creates 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.
creates 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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b
See Also
dicominfo
| dicomread
| DICOM Browser | dicomCollection
| tiffreadVolume