mesh_from_bitmap_ma​tlab

버전 1.4 (246 KB) 작성자: Thomas Guillod
MATLAB Code for Creating a Mesh from a Bitmap Image
다운로드 수: 236
업데이트 날짜: 2022/5/12

MATLAB Code for Creating a Mesh from a Bitmap Image

license - BSD language - MATLAB category - hobby status - unmaintained

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_toolbox is required (for contour detection).
  • The map_toolbox is required (for contour simplification).
  • The pde_toolbox is 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 (2024). mesh_from_bitmap_matlab (https://github.com/otvam/mesh_from_bitmap_matlab), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 General PDEs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

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 리포지토리로 가십시오.