How to reconstructs orthogonal slices through my image volume
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello i do have a 3D binary volume with dimensions 280x3072x4000:
My objective is to reconstruct its orthogonal slices from TOP. There's a function on ImageJ called 'Reslice' that does this but I dont know how to implement it in Matlab. I attach some info of resize that might be helpful. This function reconstruct the volume as if you were slicing it from the TOP view instead of the front view of the original image
Command info: https://imagej.nih.gov/ij/docs/menus/image.html#reslice
Code source (Java): https://imagej.nih.gov/ij/source/ij/plugin/Slicer.java
These are the parametres that I use with ImageJ :
My final volume must have these dimensions 4000x3072x280 and the following appareance:
I tried with imresize3 with all the interpolation methods , but the result is not even close to my goal.
Thanks a lot.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur 3-D Volumetric Image Processing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!