How can I project 2D coordinates on 3D mesh?
Show older comments
Is there a way to project 2D coordinates on a 3D mesh in MatLab? I’m taking some pictures of a 3D mesh with MATLAB’s built-in camera and I’m doing some treatments that result in 2D coordinates which I want to project on my 3D mesh (and get 3D coordinates). Is there a way to do it in MATLAB?
Answers (1)
Walter Roberson
on 13 Feb 2016
0 votes
You might be interested in using surface() in texture map mode; see http://www.mathworks.com/help/matlab/visualize/coloring-mesh-and-surface-plots.html#f0-9250
Categories
Find more on Camera Views in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!