简体   繁体   中英

3D reconstruction visualization ideas - MATLAB

I have some 3D reconstructed data which I need to visualize in MATLAB. It's quite a lot of data approx 1000x1000x1000, so naturally I most do some efficient visualization.

Any ideas how to visualize it, both in terms of 2D and 3D?

Thanks

You can also use 3D scatter plot in MATLAB:

scatter3(outX,outY,outZ,[size of point], [color value for each point] )

https://www.mathworks.com/help/matlab/ref/scatter3.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM