how to open nrrd format using matlab
31 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
mohd akmal masud
le 2 Août 2022
Commenté : mohd akmal masud
le 9 Août 2022
Dear all,
I have nrrd format images (Segmentation.nrrd as attached).
How to open it?
I have download the nrrd format file reader (as attached)
But got error
g = nrrdread('Segmentation.nrrd');
Error using assert
Missing required metadata fields.
Error in nrrdread (line 76)
assert(isfield(meta, 'sizes') && ...
Anyone can help me?
0 commentaires
Réponse acceptée
yanqi liu
le 9 Août 2022
yes,sir,may be just modify the function,such as
g = nrrdread('Segmentation.nrrd');
figure; imshow(g(:,:,100), [])
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!