EPointCloud::SaveCSV

Saves the EPointCloud in the CSV (Comma-Separated Values) file format.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SaveCSV(
   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::LoadCSV to load from CSV file.

EPointCloud.SaveCSV

Saves the EPointCloud in the CSV (Comma-Separated Values) file format.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SaveCSV(
   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::LoadCSV to load from CSV file.