VideoReader is not working with Dicom Images?

3 visualizaciones (últimos 30 días)
Stelios Fanourakis
Stelios Fanourakis el 26 de Mzo. de 2018
Respondida: Julianna Mather el 9 de Sept. de 2022
I am trying to fix a video sequence out of dicom images. I get the following error.
'Unable to determine the codec required'
My code is fine since it perfectly work with jpg images. Any idea?

Respuestas (1)

Julianna Mather
Julianna Mather el 9 de Sept. de 2022
VideoReader doesn't work with DICOM files, but it is possible to read these files with dicomread in Image Processing Toolbox. The output of the function will be a stack containing all of the image frames.

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by