medicalImage
Description
A medicalImage
object stores the pixel data and metadata for a
2-D medical image or image sequence contained in a single DICOM file. An image sequence is a
series of 2-D image frames related by time, such as an ultrasound video.
Creation
Syntax
Description
creates a medImage
= medicalImage(dirname
)medicalImage
object for the single DICOM file in the directory
dirname
.
creates a medImage
= medicalImage(filename
)medicalImage
object for the image contained in the single DICOM
file filename
.
creates a medImage
= medicalImage(sourceTable
)medicalImage
object for the image listed in
sourceTable
. The table must contain only one row that specifies the
metadata for a 2-D DICOM image.
creates a medImage
= medicalImage(sourceTable
,rowname
)medicalImage
object for the image listed in the row
rowname
of sourceTable
. Use this syntax to
specify one row of a multirow table by name or by its numeric index.
creates a medImage
= medicalImage(imds
)medicalImage
object for the image specified by the image
datastore object imds
.
Input Arguments
Properties
Object Functions
extractFrame | Extract pixel data for one frame of 2-D medical image series |
implay | View 2-D medical image series in Video Viewer app |
montage | Display multiple images as rectangular montage |
Examples
Version History
Introduced in R2022b