supereight
Loading...
Searching...
No Matches
include
se
map
io
point_cloud_io.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2020-2021 Smart Robotics Lab, Imperial College London, Technical University of Munich
3
* SPDX-FileCopyrightText: 2020-2021 Nils Funk
4
* SPDX-FileCopyrightText: 2020-2021 Sotiris Papatheodorou
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
#ifndef SE_POINT_CLOUD_IO_HPP
9
#define SE_POINT_CLOUD_IO_HPP
10
11
#include <Eigen/Geometry>
12
#include <fstream>
13
#include <
se/image/image.hpp
>
14
#include <string>
15
28
int
save_point_cloud_vtk
(
se::Image<Eigen::Vector3f>
& point_cloud,
29
const
std::string& filename,
30
const
Eigen::Isometry3f& T_WC);
31
32
33
34
#include "impl/point_cloud_io_impl.hpp"
35
36
#endif
// SE_POINT_CLOUD_IO_HPP
se::Image
Definition
image.hpp:19
image.hpp
save_point_cloud_vtk
int save_point_cloud_vtk(se::Image< Eigen::Vector3f > &point_cloud, const std::string &filename, const Eigen::Isometry3f &T_WC)
Save a point cloud as a VTK file.
Generated by
1.9.8