ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FilePTS.cpp File Reference
#include <FileSystem.h>
#include <Helper.h>
#include <Logging.h>
#include <ProgressReporters.h>
#include <cstdio>
#include "cloudViewer/core/TensorCheck.h"
#include "cloudViewer/io/FileFormatIO.h"
#include "cloudViewer/t/io/PointCloudIO.h"
Include dependency graph for FilePTS.cpp:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::t
 
 cloudViewer::t::io
 

Functions

bool cloudViewer::t::io::ReadPointCloudFromPTS (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption &params)
 
core::Tensor cloudViewer::t::io::ConvertColorTensorToUint8 (const core::Tensor &color_in)
 
bool cloudViewer::t::io::WritePointCloudToPTS (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption &params)