RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
载入中...
搜索中...
未找到
Public 成员函数 | 所有成员列表
rsmesh::point_cloud::plane_estimator类 参考

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.h15 行定义.

构造及析构函数说明

◆ plane_estimator()

rsmesh::point_cloud::plane_estimator::plane_estimator ( const geometry::points3d & points)
explicit

在文件 plane_estimator.cpp14 行定义.

成员函数说明

◆ line_error()

double rsmesh::point_cloud::plane_estimator::line_error ( ) const

在文件 plane_estimator.cpp41 行定义.

◆ plane_error()

double rsmesh::point_cloud::plane_estimator::plane_error ( ) const

在文件 plane_estimator.cpp53 行定义.

◆ plane_factor()

double rsmesh::point_cloud::plane_estimator::plane_factor ( ) const

在文件 plane_estimator.cpp45 行定义.

◆ plane_normal()

geometry::vector3d rsmesh::point_cloud::plane_estimator::plane_normal ( ) const

在文件 plane_estimator.cpp49 行定义.

◆ point_error()

double rsmesh::point_cloud::plane_estimator::point_error ( ) const

在文件 plane_estimator.cpp57 行定义.


该类的文档由以下文件生成: