フィルターのクリア

I have a dicom file and I want to play a video from it.

6 ビュー (過去 30 日間)
Amit
Amit 2023 年 9 月 11 日
回答済み: Walter Roberson 2023 年 9 月 11 日
Hello, I have a dicome file ( " *****.dcm). It is a Ultrasound Data. When I want to play the video from this file by implay function, I am getting am error like : " Invalid Video Data -must be numeric or logical type". Can I get some suggestions or solutions from you good people?
The information :
Pixels: [904×1208×1751×3 uint8]
Colormap: []
SpatialUnits: "mm"
FrameTime: 0.1000
NumFrames: 1751
PixelSpacing: [0.0225 0.0225]
Modality: 'US'
WindowCenter: []
WindowWidth: []
filename = "US.dcm";
medImg = medicalImage(filename)
implay(medImg)

採用された回答

Walter Roberson
Walter Roberson 2023 年 9 月 11 日
That facility is new in R2023a, the release after you are using.
In your release you would have to repeatedly extractFrame -- or else use the Pixels property of medImg and implay() that.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

タグ

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by