construct 3D volume from three orientation(Axial,coronal,sagittal) acquired volumes
Afficher commentaires plus anciens
Dear all,
I am looking method for interpolation of 3 Different orientation volumes(Axial,coronal and sagittal MRI's) to construct 3D volume.
8 commentaires
Matt J
le 6 Sep 2020
Aren't the axial, coronal, and sagittal data sets just alternative partitionings of the exact same volume? Why not just apply interp3 to the axial data set and throw the others away? What informaiton is there in the coronal and sagittal data sets that is not contained in the axial data set alone?
divya B
le 7 Sep 2020
Matt J
le 7 Sep 2020
I don't think so. Would you want the final volume to be 512x512x512? You only have 512*512*72 image samples, so I don't see how you could upsample to 512^3.
divya B
le 7 Sep 2020
Rik
le 7 Sep 2020
It already is a 3D volume. You need to decide what grid you want to sample to, or if you're okay with using the lower resolution in 1 direction.
divya B
le 7 Sep 2020
Matt J
le 7 Sep 2020
The resultant 3D reconstruction should have resolution similar to 3D acquisition MRI volume.
We don't know what that means. You said you already have three 3D MRI volumes. I understand that they are not at the resolution that you want, but what resolution do you want?
divya B
le 8 Sep 2020
Réponses (0)
Catégories
En savoir plus sur Neuroimaging dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!