All Projects → PaulBernier → obj2pcd

PaulBernier / obj2pcd

Licence: other
Very basic converter from .obj file to .pcd file (and reverse)

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

obj2pcd

Very basic converter from .obj file to .pcd file (and reverse).

$ ./obj2pcd
obj2pcd [options] [.pcd or .obj file]

Options:
  -h       Print this help

Example for .obj to .pcd:

$ ./obj2pcd file.obj
Converting file.obj -> file.pcd
Done.

$ ./obj2pcd file.obj output.pcd
Converting file.obj -> output.pcd
Done.

Example for .pcd to .obj:

$ ./obj2pcd file.pcd
Converting file.pcd -> file.obj
Done.

$ ./obj2pcd file.pcd output.obj
Converting file.pcd -> output.obj
Done.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].