Hoe to use BRAT Dataset? It is in .nii format. I want to store it in .mat files. How to do it?

1 次查看(过去 30 天)
[V info]=ReadData3D(file .nii);
After this V has 256*256*155 matrix.
How to read the image?

采纳的回答

Walter Roberson
Walter Roberson 2017-12-2
I think it likely that you have already read the images. .nii files often have multiple slices stored in the same file. Your slices are V(:,:,1), V(:,:,2), V(:,:,3) and so on.
If you have R2017a or later, you could view them using
volumeViewer(V)
  3 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by