Hi,
I want to convert the CSV files in a folder to the PCD format, in a windows machine .
I have tried to use the command line arguments, but it's still not working.
If you could provide an example or the script to do so using the command line arguments ,it would really be helpful .
Thanks !!
Need to convert a folder CSV files to PCD format
-
- Posts: 1
- Joined: Sun Oct 31, 2021 6:25 pm
Re: Need to convert a folder CSV files to PCD format
I guess you have to write something like:
Code: Select all
CloudCompare -O myfile.csv -C_EXPORT_FMT PCD -SAVE_CLOUDS FILE myfile.pcd
Daniel, CloudCompare admin