EasyNav Plugins
Loading...
Searching...
No Matches
pcl_utils.hpp File Reference
#include <eigen3/Eigen/Core>
#include <string>
#include "bonxai/bonxai.hpp"
Include dependency graph for pcl_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Bonxai

Functions

bool ReadPointsFromPCD (const std::string &filepath, std::vector< Eigen::Vector3d > &points)
bool ReadPointsFromPCD (const std::string &filepath, std::vector< Point3D > &points)
void WritePointsFromPCD (const std::string &filepath, const std::vector< Bonxai::CoordT > &points)
void WritePointsFromPCD (const std::string &filepath, const std::vector< Bonxai::Point3D > &points)
void WritePointsFromPCD (const std::string &filepath, const std::vector< Eigen::Vector3d > &points)