EPointCloud::LoadXYZ

Loads an EPointCloud stored in the XYZ file format.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void LoadXYZ(
   const std::string& path
)

void LoadXYZ(
   const std::string& path,
   const EFloatRange& undefinedZValues
)

Parameters

path

The full path of the input file.

undefinedZValues

Optional parameter, discard the points with Z value in the given range.

Remarks

Only the x,y,z coordinates of the points of the pointcloud are loaded. Use pcd or ply if you need more. Use EPointCloud::SaveXYZ to save to XYZ file.

EPointCloud.LoadXYZ

Loads an EPointCloud stored in the XYZ file format.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void LoadXYZ(
   string path
)

void LoadXYZ(
   string path,
   Euresys.Open_eVision.EFloatRange undefinedZValues
)

Parameters

path

The full path of the input file.

undefinedZValues

Optional parameter, discard the points with Z value in the given range.

Remarks

Only the x,y,z coordinates of the points of the pointcloud are loaded. Use pcd or ply if you need more. Use EPointCloud::SaveXYZ to save to XYZ file.