Open3D (C++ API)
0.12.0
|
#include <cstdio>
#include "open3d/io/FileFormatIO.h"
#include "open3d/io/PointCloudIO.h"
#include "open3d/utility/Console.h"
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Helper.h"
#include "open3d/utility/ProgressReporters.h"
Namespaces | |
open3d | |
open3d::io | |
Functions | |
FileGeometry | open3d::io::ReadFileGeometryTypePTS (const std::string &path) |
bool | open3d::io::ReadPointCloudFromPTS (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
bool | open3d::io::WritePointCloudToPTS (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms) |