Use cloud compare to finish format conversion
Use cloud compare to finish format conversion
Hello,everyone! All I want to do is change the format between .stl and .pcd. In the GUI of Cloud Compare, I have finished this task by "edit-mesh-sample points". And then I can save the file as .pcd format. Because I have so many files, so I want to finish it in c++ code. I have noticed that Cloud Compare has a function called "MeshSample.samplePointsOnMesh:. However, I didn't find how to open file and save file. What's more, how to write CMakelist is also a challenge problem for me. Can you help me? Thank you so much.
Re: Use cloud compare to finish format conversion
Otherwise you could use the command line mode of CloudCompare: https://www.cloudcompare.org/doc/wiki/i ... _line_mode
If you are really motivated by developing C++ code, then you'll have to use both the qCC_db and the qCore_IO_plugin (where the STL filter now lies)
If you are really motivated by developing C++ code, then you'll have to use both the qCC_db and the qCore_IO_plugin (where the STL filter now lies)
Daniel, CloudCompare admin