Hello every body. Is there any solution to convert a single 2D image to 3D image with z=0 ? I need to convert my 2D image to 3D image to compare it with a 3D volume.
Best Regards

 Réponse acceptée

Matt J
Matt J le 29 Mai 2019

0 votes

You could replicate the 2D image to form multiple slices
image3D = repmat(image2D,1,1,n);

Plus de réponses (0)

Catégories

En savoir plus sur Convert Image Type 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!

Translated by