How to export registered point cloud as las in commandline mode?
Posted: Fri Aug 05, 2016 8:33 am
Hi,
I am using CloudCompare in command line mode for registering 2 point clouds with -ICP. This saves automatically the registered point cloud as *.bin file. However, I would need it as *.las. I tried to add the -C_EXPORT_FMT LAS and -EXT option and also tried to turn -AUTO_SAVE on and off, which did not help. This is my current command line statement:
Can anybody give me an advice to be able to save the registered point cloud as *.las?
Many thx!
I am using CloudCompare in command line mode for registering 2 point clouds with -ICP. This saves automatically the registered point cloud as *.bin file. However, I would need it as *.las. I tried to add the -C_EXPORT_FMT LAS and -EXT option and also tried to turn -AUTO_SAVE on and off, which did not help. This is my current command line statement:
Code: Select all
CloudCompare -o cloud1.las -o cloud2.las -ICP -MIN_ERROR_DIFF 1e-6 -OVERLAP 20 -RANDOM_SAMPLING_LIMIT 500000 -FARTHEST_REMOVAL -C_EXPORT_FMT LAS -EXT las -AUTO_SAVE ON -SILENT
Many thx!