Plot 2D images into 3D cylindrical image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Good Afternoon,
Does someone has any ideas on how to rotate n images by its middle point (red line) into a cylindrical 3D image respecting the fact that we can choose the degrees between each image and somehow represent that every image has 400µm thickness ?
Please do not hesitate to contact me for further details.
I thank you in advance for your help and time.

1 Commento
Catalytic
il 2 Lug 2023
This looks mostly the same as your question from a few weeks ago -
Please do not abandon posts that people have answered to reboot them elsewhere.
Risposte (1)
Matt J
il 2 Lug 2023
Modificato: Matt J
il 2 Lug 2023
Each slice of the 3D image can be obtained by using 2D scattered interpolation of the radial samples formed by the 2D images.. Using scatteredInterpolant (not griddata) you can more efficeintly repeat the resampling in every slice.
0 Commenti
Vedere anche
Categorie
Scopri di più su Geometric Transformation and Image Registration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!