EPointCloud::Load

Loads the EPointCloud. Supported formats are Open eVision proprietary, CSV, OBJ, PCD, PLY and XYZ. The given ESerializer must have been created for reading.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void Load(
   const std::string& path
)

void Load(
   ESerializer* serializer
)

Parameters

path

The file path.

serializer

The ESerializer object that is read from.

EPointCloud.Load

Loads the EPointCloud. Supported formats are Open eVision proprietary, CSV, OBJ, PCD, PLY and XYZ. The given ESerializer must have been created for reading.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void Load(
   string path
)

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

The file path.

serializer

The ESerializer object that is read from.