Open3D (C++ API)
0.18.0+252c867
|
#include <cstdio>
#include "open3d/core/TensorCheck.h"
#include "open3d/io/FileFormatIO.h"
#include "open3d/t/io/PointCloudIO.h"
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Helper.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/ProgressReporters.h"
Namespaces | |
open3d | |
open3d::t | |
open3d::t::io | |
Functions | |
bool | open3d::t::io::ReadPointCloudFromPTS (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
core::Tensor | open3d::t::io::ConvertColorTensorToUint8 (const core::Tensor &color_in) |
bool | open3d::t::io::WritePointCloudToPTS (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms) |