How to rotate an 3D-image / 3D-Matrix
53 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
my problem is this:
I have an 3D-Image (an 200x200x50 matrix)
this matrix has to be rotatet around the x-axis by an ~175° angle. The exact angle I will have to decide later on. The only code I found was "Imrotate", but that only works for 2D-Images.
Thank you very much Florian
0 commentaires
Réponses (2)
Alex Taylor
le 15 Juil 2015
Look at the second example of the documentation for IMWARP:
You can phrase a rotation using a 3-d affine transformation, and apply this transformation with imwarp.
0 commentaires
Voir également
Catégories
En savoir plus sur Geometric Transformation and Image Registration 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!