how to open .nhdr file

5 次查看(过去 30 天)
mohd akmal masud
mohd akmal masud 2023-7-16
评论: DGM 2023-7-16
Dear all,
I have .nhdr file. as attched
Anyone can help me to open it?

采纳的回答

DGM
DGM 2023-7-16
It's just text, but there's already tools to read these files specifically, either with or without the associated data file.
headerInfo = nhdr_nrrd_read('res.nhdr',false) % read the header by itself
  4 个评论
mohd akmal masud
mohd akmal masud 2023-7-16
Dear @DGM,
But I got error
headerInfo = nhdr_nrrd_read('res.nhdr',true) % read the data also
Error using nhdr_nrrd_read
While reading detached header file res.nhdr:
detached data file number 1/1 (data.raw) could not be opened.
DGM
DGM 2023-7-16
I don't know why it can't read the file. I'm not familiar with these tools, and the error message doesn't say why it failed.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by