How to get XYZ coordinates of a 3D image (.obj)

5 次查看(过去 30 天)

I have an .obj file, I want to get the X Y Z coordinates of the surface, I don't need texture and all.

回答(1 个)

darova
darova 2020-7-8
use get
x = get(obj,'xdata');

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by