RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
载入中...
搜索中...
未找到
命名空间列表
这里列出了所有文档化的命名空间定义,附带简要说明:
[详情级别 1234]
 Nrsmesh本系统的主命名空间,包含了common, examples, fmm, geometry, numeric, point_cloud等子命名空间
 Ncommon通用工具函数的命名空间,包括一个detail子命名空间
 Citerator_range
 Cread
 Cwrite
 NexamplesExamples命名空间,包含一些使用RSMesh库的示例
 CClosedNormalsParameters
 CReconstructionParameters
 CSdfParameters
 Ngeometry该命名空间下主要定义了几何学相关的类和函数
 Cbbox3d
 Ccuboid3d
 Csphere3d
 Ninterpolation该命名空间下主要定义了插值相关的类和函数
 Crbf_direct_evaluator
 Crbf_evaluator
 Crbf_fitter
 Crbf_incremental_fitter
 Crbf_inequality_fitter
 Crbf_operator
 Crbf_residual_evaluator
 Crbf_solver
 Crbf_symmetric_evaluator
 Nisosurface该命名空间下主要定义了等值面提取相关的类和函数
 Cdense_undirected_graph
 Cfield_function
 Cisosurface
 Cmesh_defects_finder
 Crbf_field_function
 Crbf_field_function_25d
 Crmt_lattice
 Crmt_node
 Crmt_node_list
 Crmt_primitive_lattice
 Crmt_surface
 Csurface
 Nnumeric该命名空间下主要定义了数值计算相关的类和函数
 Csum_accumulator
 Npoint_cloud该命名空间下主要定义了点云计算相关的类和函数
 Cdistance_filter
 Ckdtree用于在点云中搜索最近邻点的kdtree,利用flann库来进行实现
 Cimpl
 Cnormal_estimator
 Coffset_points_generator
 Cplane_estimator
 Csdf_data_generator
 Cweighted_pair
 Npolynomial该命名空间下主要定义了多项式计算相关的类和函数
 Clagrange_basis
 Cmonomial_basis
 Cpolynomial_basis_base
 Cpolynomial_evaluator
 Cunisolvent_point_set
 Npreconditioner该命名空间下主要定义了关于krylov子空间方法的预处理相关的类和函数
 Ccoarse_grid
 Cdomain
 Cdomain_divider
 Cfine_grid
 Cmixed_point
 Cras_preconditioner
 Nrbf该命名空间下主要定义了径向基函数相关的类和函数
 Cbiharmonic2d
 Cbiharmonic3d
 Crbf_base
 Cinterpolant
 Cmodel描述了一个插值模型