EPointCloud::SaveXYZ

Saves the EPointCloud in the XYZ file format.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SaveXYZ(
   const std::string& path
)

Parameters

path

The full path of the destination file.

Remarks

Only the x,y,z coordinates of the points of the pointcloud are saved. Use pcd or ply if you need more. Use EPointCloud::LoadXYZ to load from XYZ file.

EPointCloud.SaveXYZ

Saves the EPointCloud in the XYZ file format.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SaveXYZ(
   string path
)

Parameters

path

The full path of the destination file.

Remarks

Only the x,y,z coordinates of the points of the pointcloud are saved. Use pcd or ply if you need more. Use EPointCloud::LoadXYZ to load from XYZ file.