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

Public 成员函数

 distance_filter (const geometry::points3d &points, double distance)
 
 distance_filter (const geometry::points3d &points, double distance, const std::vector< index_t > &indices)
 
template<class Derived >
auto filtered (const Eigen::MatrixBase< Derived > &m) const
 
template<class Derived , class ... Args>
auto filtered (const Eigen::MatrixBase< Derived > &m, Args &&... args)
 
template<class Derived >
auto operator() (const Eigen::MatrixBase< Derived > &m)
 
template<class Derived , class... Args>
auto operator() (const Eigen::MatrixBase< Derived > &m, Args &&... args)
 
const std::vector< index_t > & filtered_indices () const
 

详细描述

在文件 distance_filter.h26 行定义.

构造及析构函数说明

◆ distance_filter() [1/2]

rsmesh::point_cloud::distance_filter::distance_filter ( const geometry::points3d & points,
double distance )

在文件 distance_filter.cpp13 行定义.

◆ distance_filter() [2/2]

rsmesh::point_cloud::distance_filter::distance_filter ( const geometry::points3d & points,
double distance,
const std::vector< index_t > & indices )

在文件 distance_filter.cpp18 行定义.

成员函数说明

◆ filtered() [1/2]

template<class Derived >
auto rsmesh::point_cloud::distance_filter::filtered ( const Eigen::MatrixBase< Derived > & m) const
inline

在文件 distance_filter.h33 行定义.

◆ filtered() [2/2]

template<class Derived , class ... Args>
auto rsmesh::point_cloud::distance_filter::filtered ( const Eigen::MatrixBase< Derived > & m,
Args &&... args )
inline

在文件 distance_filter.h41 行定义.

◆ filtered_indices()

const std::vector< index_t > & rsmesh::point_cloud::distance_filter::filtered_indices ( ) const
inline

在文件 distance_filter.h58 行定义.

◆ operator()() [1/2]

template<class Derived >
auto rsmesh::point_cloud::distance_filter::operator() ( const Eigen::MatrixBase< Derived > & m)
inline

在文件 distance_filter.h46 行定义.

◆ operator()() [2/2]

template<class Derived , class... Args>
auto rsmesh::point_cloud::distance_filter::operator() ( const Eigen::MatrixBase< Derived > & m,
Args &&... args )
inline

在文件 distance_filter.h54 行定义.


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