Borrar filtros
Borrar filtros

imageDatastore function error reading image files

1 visualización (últimos 30 días)
yasser
yasser el 31 de Ag. de 2020
Respondida: Walter Roberson el 31 de Ag. de 2020
I have dataset with *.mhd data file format and want to read the dataset with imageDatastore the I face the next error
Error using imageDatastore (line 116)
Input folders or files contain non-standard file extensions.
Use FileExtensions Name-Value pair to include the non-standard file extensions.
Are there any help?

Respuestas (1)

Walter Roberson
Walter Roberson el 31 de Ag. de 2020
Add the option 'FileExtensions', '.mhd'
You will also need to add a ReadFcn property and supply a function handle to a function that reads the mhd file. imageDatastore normally uses imread() to read files, and imread() does not support .mhd files.

Categorías

Más información sobre Biomedical Imaging 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