How can I convert STL file into stacks of 2D images?

19 ビュー (過去 30 日間)
Karam Jaradat
Karam Jaradat 2018 年 4 月 6 日
回答済み: Ahmet Cecen 2018 年 4 月 6 日
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?

回答 (1 件)

Ahmet Cecen
Ahmet Cecen 2018 年 4 月 6 日
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 using meshgrid.

カテゴリ

Help Center および File ExchangeSTL (STereoLithography) についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by