implay
Description
Medical Imaging Toolbox™ extends the functionality of the implay
(Image Processing Toolbox™) function to display a medicalImage
object. The function uses
the medicalImage
properties to set the frame rate of the Video
Viewer app. If you do not have Medical Imaging Toolbox installed, see Video Viewer.
Medical Image Object
implay(
opens the Video
Viewer app and loads the image series in the medImage
)medicalImage
object medImage
. The app displays the first frame of the image series.
Click the Play button to view the image series as a video. The app
automatically sets the frame rate using the FrameTime
property of
medImage
.
Nonmedical Image Formats
implay(
opens the Video
Viewer app and loads the content of the Audio Video Interleaved (AVI) file with
filename filename
)filename
.
implay(
opens the Video Viewer
app and displays the first frame in the multiframe image sequence I
)I
,
specified as a numeric array or MATLAB® movie structure.
Additional Options
implay(___,
specifies the
frame rate fps
)fps
in frames per second, in addition to any input
argument from a previous syntax.
Examples
Input Arguments
Version History
Introduced in R2023a