I have a 3D STL file that I'm wishing to convert into a stack of 2D images for further image processing. Is there a matlab function capable of doing that?
Laziest and slowest way of doing this, but probably the most surefire way, is to use a scattered interpolant. Depending on the type of your STL file, you may have to generate data points with 0 values on locations that are empty.
First find the interpolant:scatteredInterpolant. Then query it at equispaced grid points you generate by usingmeshgrid.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
0 Comments
Sign in to comment.