EPointCloud::SaveOBJ

Saves the EPointCloud in the OBJ file format.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SaveOBJ(
   const std::string& path
)

Parameters

path

The full path of the destination file.

Remarks

The OBJ file format is documented here: https://www.fileformat.info/format/wavefrontobj/egff.htm.
The only attribute saved in the obj file format is the normals. Use pcd or ply if you need more.
Use EPointCloud::LoadOBJ to load from OBJ file.

EPointCloud.SaveOBJ

Saves the EPointCloud in the OBJ file format.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SaveOBJ(
   string path
)

Parameters

path

The full path of the destination file.

Remarks

The OBJ file format is documented here: https://www.fileformat.info/format/wavefrontobj/egff.htm.
The only attribute saved in the obj file format is the normals. Use pcd or ply if you need more.
Use EPointCloud::LoadOBJ to load from OBJ file.