![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 属性 | |
| std::string | input |
| std::string | output |
| std::string | rbf_name |
| double | absolute_tolerance |
| geometry::bbox3d | bbox |
| double | mesh_resolution |
| std::vector< double > | rbf_parameters |
| geometry::linear_transformation3d | aniso = geometry::linear_transformation3d::Identity() |
| double | min_distance = 1e-10 |
| double | nugget = 0.0 |
| int | poly_degree = 0 |
| int | max_iterations = 30 |
| bool | inequality |
| bool | reduce |
在文件 reconstruct_surface.h 第 21 行定义.
| double rsmesh::examples::ReconstructionParameters::absolute_tolerance |
在文件 reconstruct_surface.h 第 25 行定义.
| geometry::linear_transformation3d rsmesh::examples::ReconstructionParameters::aniso = geometry::linear_transformation3d::Identity() |
在文件 reconstruct_surface.h 第 29 行定义.
| geometry::bbox3d rsmesh::examples::ReconstructionParameters::bbox |
在文件 reconstruct_surface.h 第 26 行定义.
| bool rsmesh::examples::ReconstructionParameters::inequality |
在文件 reconstruct_surface.h 第 34 行定义.
| std::string rsmesh::examples::ReconstructionParameters::input |
在文件 reconstruct_surface.h 第 22 行定义.
| int rsmesh::examples::ReconstructionParameters::max_iterations = 30 |
在文件 reconstruct_surface.h 第 33 行定义.
| double rsmesh::examples::ReconstructionParameters::mesh_resolution |
在文件 reconstruct_surface.h 第 27 行定义.
| double rsmesh::examples::ReconstructionParameters::min_distance = 1e-10 |
在文件 reconstruct_surface.h 第 30 行定义.
| double rsmesh::examples::ReconstructionParameters::nugget = 0.0 |
在文件 reconstruct_surface.h 第 31 行定义.
| std::string rsmesh::examples::ReconstructionParameters::output |
在文件 reconstruct_surface.h 第 23 行定义.
| int rsmesh::examples::ReconstructionParameters::poly_degree = 0 |
在文件 reconstruct_surface.h 第 32 行定义.
| std::string rsmesh::examples::ReconstructionParameters::rbf_name |
在文件 reconstruct_surface.h 第 24 行定义.
| std::vector<double> rsmesh::examples::ReconstructionParameters::rbf_parameters |
在文件 reconstruct_surface.h 第 28 行定义.
| bool rsmesh::examples::ReconstructionParameters::reduce |
在文件 reconstruct_surface.h 第 35 行定义.