mesh_from_bitmap_matlab
バージョン 1.4 (246 KB) 作成者:
Thomas Guillod
MATLAB Code for Creating a Mesh from a Bitmap Image
MATLAB Code for Creating a Mesh from a Bitmap Image
This MATLAB code generates a mesh from a black and white bitmap image:
- Find the contour of a black and white bitmap image (raster)
- Simplify the contour with a specified tolerance
- Mesh the shape (handling of holes and multiple domains)
This code uses the MATLAB PDE toolbox and generatates a FEM mesh (FEMesh object). However, the mesh can be used for other purposes than FEM simulations, such as 3d printing.
Example
Look at the example run_example.m which generates the following mesh:
Compatibility
- Tested with MATLAB R2018b.
- The
image_toolboxis required (for contour detection). - The
map_toolboxis required (for contour simplification). - The
pde_toolboxis required (for meshing). - Compatibility with GNU Octave not tested but probably problematic.
This code share some files with laser_cut_matlab_slicer.
Author
Thomas Guillod - GitHub Profile
License
This project is licensed under the BSD License, see LICENSE.md.
引用
Thomas Guillod (2026). mesh_from_bitmap_matlab (https://github.com/otvam/mesh_from_bitmap_matlab), GitHub. に取得済み.
MATLAB リリースの互換性
作成:
R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で General PDEs についてさらに検索
タグ
fct
GitHub の既定のブランチを使用するバージョンはダウンロードできません
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.4 | connect readme |
|
|
| 1.3 | Change txt |
|
|
| 1.2 | Change text |
|
|
| 1.1 | Change txt |
|
|
| 1.0.1 | New image |
|
|
| 1.0.0 |
|
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。


