I would like to use the command line version to import a pointcloud, apply a transformation and export that pointcloud as an ascii-file.
The Code I am using is:
Code: Select all
CloudCompare -O -SKIP 1 -GLOBAL_SHIFT AUTO "OrigPC.asc" -APPLY_TRANS "RotationMatrix.txt" -AUTO_SAVE OFF -SAVE_CLOUDS FILE "TransPC.asc"
If I export the data in a .bin-file and then export it via
Code: Select all
CloudCompare -O "TransPC.bin" -C_EXPORT_FMT ASC -PREC 12 -SEP SPACE -SS SPATIAL 0.000000001
I was wondering if I am missing something when using the -SAVE_CLOUDS command or if this encoding format change is not a CloudCompare problem but resulting from the settings of my personal computer.
Best regards,
Jannika