How to export registered point cloud as las in commandline mode?

Feel free to ask any question here
Post Reply
henrik
Posts: 1
Joined: Fri Aug 05, 2016 8:12 am

How to export registered point cloud as las in commandline mode?

Post by henrik »

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:

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
Can anybody give me an advice to be able to save the registered point cloud as *.las?

Many thx!
Haowyr
Posts: 48
Joined: Wed Feb 11, 2015 11:01 am

Re: How to export registered point cloud as las in commandline mode?

Post by Haowyr »

Well just put -c_export_fmt BEFORE your ICP, should work :)
Post Reply