![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 成员函数 | |
| plane_estimator (const geometry::points3d &points) | |
| double | line_error () const |
| double | plane_factor () const |
| geometry::vector3d | plane_normal () const |
| double | plane_error () const |
| double | point_error () const |
在文件 plane_estimator.h 第 15 行定义.
|
explicit |
在文件 plane_estimator.cpp 第 14 行定义.
| double rsmesh::point_cloud::plane_estimator::line_error | ( | ) | const |
在文件 plane_estimator.cpp 第 41 行定义.
| double rsmesh::point_cloud::plane_estimator::plane_error | ( | ) | const |
在文件 plane_estimator.cpp 第 53 行定义.
| double rsmesh::point_cloud::plane_estimator::plane_factor | ( | ) | const |
在文件 plane_estimator.cpp 第 45 行定义.
| geometry::vector3d rsmesh::point_cloud::plane_estimator::plane_normal | ( | ) | const |
在文件 plane_estimator.cpp 第 49 行定义.
| double rsmesh::point_cloud::plane_estimator::point_error | ( | ) | const |
在文件 plane_estimator.cpp 第 57 行定义.