Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Namespaces | Functions
FileXYZRGB.cpp File Reference
#include <cstdio>
#include "open3d/io/FileFormatIO.h"
#include "open3d/io/PointCloudIO.h"
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/ProgressReporters.h"

Namespaces

namespace  open3d
 
namespace  open3d::io
 

Functions

FileGeometry open3d::io::ReadFileGeometryTypeXYZRGB (const std::string &path)
 
bool open3d::io::ReadPointCloudFromXYZRGB (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption &params)
 
bool open3d::io::WritePointCloudToXYZRGB (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption &params)