Open3D (C++ API)
|
#include <Open3D/IO/ClassIO/PointCloudIO.h>
#include <cstdio>
#include <Open3D/Utility/Console.h>
#include <Open3D/Utility/Helper.h>
Namespaces | |
open3d | |
open3d::io | |
Functions | |
bool | open3d::io::ReadPointCloudFromPTS (const std::string &filename, geometry::PointCloud &pointcloud) |
bool | open3d::io::WritePointCloudToPTS (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |