|
supereight
|
#include <fstream>#include <string>#include "se/image/image.hpp"#include "impl/point_cloud_io_impl.hpp"Go to the source code of this file.
Functions | |
| int | save_point_cloud_vtk (se::Image< Eigen::Vector3f > &point_cloud, const std::string &filename, const Eigen::Matrix4f &T_WC) |
| Save a point cloud as a VTK file. More... | |
| int save_point_cloud_vtk | ( | se::Image< Eigen::Vector3f > & | point_cloud, |
| const std::string & | filename, | ||
| const Eigen::Matrix4f & | T_WC | ||
| ) |
Save a point cloud as a VTK file.
Documentation for the VTK file format available here https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf.
| [in] | point_cloud | The pointcloud to save. |
| [in] | filename | The name of the PCD file to create. |
| [in] | T_WC | The pose from which the point cloud was observed. |
1.8.13