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

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

类成员变量说明

◆ absolute_tolerance

double rsmesh::examples::ReconstructionParameters::absolute_tolerance

在文件 reconstruct_surface.h25 行定义.

◆ aniso

geometry::linear_transformation3d rsmesh::examples::ReconstructionParameters::aniso = geometry::linear_transformation3d::Identity()

在文件 reconstruct_surface.h29 行定义.

◆ bbox

geometry::bbox3d rsmesh::examples::ReconstructionParameters::bbox

在文件 reconstruct_surface.h26 行定义.

◆ inequality

bool rsmesh::examples::ReconstructionParameters::inequality

在文件 reconstruct_surface.h34 行定义.

◆ input

std::string rsmesh::examples::ReconstructionParameters::input

在文件 reconstruct_surface.h22 行定义.

◆ max_iterations

int rsmesh::examples::ReconstructionParameters::max_iterations = 30

在文件 reconstruct_surface.h33 行定义.

◆ mesh_resolution

double rsmesh::examples::ReconstructionParameters::mesh_resolution

在文件 reconstruct_surface.h27 行定义.

◆ min_distance

double rsmesh::examples::ReconstructionParameters::min_distance = 1e-10

在文件 reconstruct_surface.h30 行定义.

◆ nugget

double rsmesh::examples::ReconstructionParameters::nugget = 0.0

在文件 reconstruct_surface.h31 行定义.

◆ output

std::string rsmesh::examples::ReconstructionParameters::output

在文件 reconstruct_surface.h23 行定义.

◆ poly_degree

int rsmesh::examples::ReconstructionParameters::poly_degree = 0

在文件 reconstruct_surface.h32 行定义.

◆ rbf_name

std::string rsmesh::examples::ReconstructionParameters::rbf_name

在文件 reconstruct_surface.h24 行定义.

◆ rbf_parameters

std::vector<double> rsmesh::examples::ReconstructionParameters::rbf_parameters

在文件 reconstruct_surface.h28 行定义.

◆ reduce

bool rsmesh::examples::ReconstructionParameters::reduce

在文件 reconstruct_surface.h35 行定义.


该结构体的文档由以下文件生成: