Easy3D 2.5.3
|
Implementation of file input/output operations for PointCloud. More...
#include <easy3d/fileio/point_cloud_io.h>
Static Public Member Functions | |
static PointCloud * | load (const std::string &file_name) |
Reads a point cloud from file file_name . More... | |
static bool | save (const std::string &file_name, const PointCloud *cloud) |
Saves a point_cloud to a file. More... | |
Implementation of file input/output operations for PointCloud.
|
static |
Reads a point cloud from file file_name
.
File extension determines file format (bin, xyz/bxyz, ply, las/laz, vg/bvg) and type (i.e. binary or ASCII).
|
static |
Saves a point_cloud to a file.
File extension determines file format (bin, xyz/bxyz, ply, las/laz, vg/bvg) and type (i.e. binary or ASCII).
file_name | The file name. |
cloud | The point cloud. |