RSMesh
1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
载入中...
搜索中...
未找到
命名空间列表
这里列出了所有文档化的命名空间定义,附带简要说明:
[详情级别
1
2
3
4
]
▼
N
rsmesh
本系统的主命名空间,包含了common, examples, fmm, geometry, numeric, point_cloud等子命名空间
▼
N
common
通用工具函数的命名空间,包括一个detail子命名空间
C
iterator_range
C
read
C
write
▼
N
examples
Examples命名空间,包含一些使用RSMesh库的示例
C
ClosedNormalsParameters
C
ReconstructionParameters
C
SdfParameters
▼
N
geometry
该命名空间下主要定义了几何学相关的类和函数
C
bbox3d
C
cuboid3d
C
sphere3d
▼
N
interpolation
该命名空间下主要定义了插值相关的类和函数
C
rbf_direct_evaluator
C
rbf_evaluator
C
rbf_fitter
C
rbf_incremental_fitter
C
rbf_inequality_fitter
C
rbf_operator
C
rbf_residual_evaluator
C
rbf_solver
C
rbf_symmetric_evaluator
▼
N
isosurface
该命名空间下主要定义了等值面提取相关的类和函数
C
dense_undirected_graph
C
field_function
C
isosurface
C
mesh_defects_finder
C
rbf_field_function
C
rbf_field_function_25d
C
rmt_lattice
C
rmt_node
C
rmt_node_list
C
rmt_primitive_lattice
C
rmt_surface
C
surface
▼
N
numeric
该命名空间下主要定义了数值计算相关的类和函数
C
sum_accumulator
▼
N
point_cloud
该命名空间下主要定义了点云计算相关的类和函数
C
distance_filter
▼
C
kdtree
用于在点云中搜索最近邻点的kdtree,利用flann库来进行实现
C
impl
C
normal_estimator
C
offset_points_generator
C
plane_estimator
C
sdf_data_generator
C
weighted_pair
▼
N
polynomial
该命名空间下主要定义了多项式计算相关的类和函数
C
lagrange_basis
C
monomial_basis
C
polynomial_basis_base
C
polynomial_evaluator
C
unisolvent_point_set
▼
N
preconditioner
该命名空间下主要定义了关于krylov子空间方法的预处理相关的类和函数
C
coarse_grid
C
domain
C
domain_divider
C
fine_grid
C
mixed_point
C
ras_preconditioner
▼
N
rbf
该命名空间下主要定义了径向基函数相关的类和函数
C
biharmonic2d
C
biharmonic3d
C
rbf_base
C
interpolant
C
model
描述了一个插值模型
制作者
1.10.0