|
GLIM
|
Point cloud preprocessor. More...
#include <cloud_preprocessor.hpp>
Public Types | |
| using | Points = std::vector< Eigen::Vector4d > |
Public Member Functions | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | CloudPreprocessor (const CloudPreprocessorParams ¶ms=CloudPreprocessorParams()) |
| Constructor. | |
| virtual PreprocessedFrame::Ptr | preprocess (const RawPoints::ConstPtr &raw_points) |
| Preprocess a raw point cloud. | |
Point cloud preprocessor.
|
virtual |
Preprocess a raw point cloud.
| raw_points | Raw points |