Hi, how do I import a 3D image into MATLAB?

I am currently looking to analyse the 3D texture of sample images of human faces and plan on using MATLAB. I am using the DI3D software to acquire my 3D images

Answers (1)

Use the imread (link) function.

3 Comments

Hi, the sample image I have at the moment is a .ply image and gives me an error when I use the imread
I have also tried a .obj file and still getting the same error
If you have the Computer Vision System Toolbox, use the pcread (link) function. (I do not have that Toolbox, so I have no experience with the function.)

Sign in to comment.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!