Mesh to depth image, Mesh to rendering image, Mesh to voxel,3D voxel reconstruction,Eigen, OpenMesh, C++, Python
- In addition to the extremely slow speed of 3D voxel reconstruction, other speeds are extremely fast, and you can further optimize according to your own needs.
链接:https://pan.baidu.com/s/1SMPms9_GoujxcmbTCV0K3Q (Geomagic Wrap 2013 (64 bit))
提取码:fiid
This is a 3D visualization tool that supports visualization of stl/obj files and point cloud txt file formats.
- vs2017
- eigen-3.4.0
- OpenMesh 9.1
- Firstly, it is necessary to perform directional correction on the original mesh data. Ensure that the sum of the normals of all triangular surfaces faces upwards.
- Visualize as follows: data_correct.cpp
- References:https://zhuanlan.zhihu.com/p/363245957
- mesh_to_image_voxel.cpp mesh_to_image(vecFile[i], save_root)
- Visualization code: Under the visualization_python directory
- 3Dmesh voxelization only results in one layer of shell. If you want to obtain a solid voxelization result, you need to modify the code slightly.
- mesh_to_image_voxel.cpp mesh_transform_convex_hull(vecFile[i], save_root)
- This implementation mainly refers to the existing code on the internet, but the source has been forgotten. If there are any licensing rights, please follow the original author's permission.
- Below is a 3D reconstruction of head scan data from CBCT.
1.Without permission, the design concept of this model shall not be used for commercial purposes, profit seeking, etc.
2.If you refer to the design concept of this model for theoretical research, please also add a reference.