Point Cloud Library (PCL)
1.14.1-dev
|
A minimalistic implementation of a voxel grid, necessary for the point cloud upsampling. More...
#include <pcl/surface/mls.h>
Classes | |
struct | Leaf |
Public Types | |
using | HashMap = std::map< std::uint64_t, Leaf > |
Public Member Functions | |
MLSVoxelGrid (PointCloudInConstPtr &cloud, IndicesPtr &indices, float voxel_size, int dilation_iteration_num) | |
void | dilate () |
void | getIndexIn1D (const Eigen::Vector3i &index, std::uint64_t &index_1d) const |
void | getIndexIn3D (std::uint64_t index_1d, Eigen::Vector3i &index_3d) const |
void | getCellIndex (const Eigen::Vector3f &p, Eigen::Vector3i &index) const |
void | getPosition (const std::uint64_t &index_1d, Eigen::Vector3f &point) const |
Public Attributes | |
HashMap | voxel_grid_ |
Eigen::Vector4f | bounding_min_ |
Eigen::Vector4f | bounding_max_ |
std::uint64_t | data_size_ {0} |
float | voxel_size_ |
A minimalistic implementation of a voxel grid, necessary for the point cloud upsampling.
using pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::HashMap = std::map<std::uint64_t, Leaf> |
pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::MLSVoxelGrid | ( | PointCloudInConstPtr & | cloud, |
IndicesPtr & | indices, | ||
float | voxel_size, | ||
int | dilation_iteration_num | ||
) |
Definition at line 808 of file mls.hpp.
References pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::bounding_max_, pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::bounding_min_, pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::data_size_, pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::getCellIndex(), pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::getIndexIn1D(), pcl::getMinMax3D(), pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::voxel_grid_, and pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::voxel_size_.
void pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::dilate |
Definition at line 837 of file mls.hpp.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::performUpsampling().
|
inline |
Definition at line 597 of file mls.h.
References pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::bounding_min_, and pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::voxel_size_.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::MLSVoxelGrid().
|
inline |
Definition at line 580 of file mls.h.
References pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::data_size_.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::MLSVoxelGrid().
|
inline |
Definition at line 587 of file mls.h.
References pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::data_size_.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::getPosition().
|
inline |
Definition at line 604 of file mls.h.
References pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::bounding_min_, pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::getIndexIn3D(), and pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::voxel_size_.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::performUpsampling().
Eigen::Vector4f pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::bounding_max_ |
Definition at line 614 of file mls.h.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::MLSVoxelGrid().
Eigen::Vector4f pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::bounding_min_ |
std::uint64_t pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::data_size_ {0} |
HashMap pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::voxel_grid_ |
Definition at line 613 of file mls.h.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::MLSVoxelGrid(), and pcl::MovingLeastSquares< PointInT, PointOutT >::performUpsampling().
float pcl::MovingLeastSquares< PointInT, PointOutT >::MLSVoxelGrid::voxel_size_ |