Batch to icp several clouds - command file

Feel free to ask any question here
Post Reply
Ivar
Posts: 2
Joined: Wed Mar 20, 2024 10:44 am

Batch to icp several clouds - command file

Post by Ivar »

Hey everyone,

for a scientific research we are processing 1.300 single clouds using an icp. The batch file for that process should communicate the "farthest removal" option, what doesnt seem to work. Because if we register some clouds manually with the option enabled, the registration is much better. Any tips for the batch file listed below? We use version 2.10.2.

Thanks in advance!

set local EnableDelayedExpansion
set Compared=C:\TEMP\Ivar_Test\CC\02_compared_cloud
set Reference=C:\TEMP\Ivar_Test\CC\01_reference_cloud
for %%f in ( "%Reference%"\* ) do ("c:\TEMP\Ivar_Test\CC\cloudcompare.exe" -C_EXPORT_FMT LAS -O %Compared%\%%~nxf -O %Reference%\%%~nxf -icp -farthest_removal)
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Batch to icp several clouds - command file

Post by daniel »

Version 2.10?!

Do you know that version 2.13 is out since February? (2.10 is 5 years old).

And the version 2.13 command line mode should support -FARTHEST_REMOVAL or even better, the more robust -OVERLAP option.
Daniel, CloudCompare admin
Ivar
Posts: 2
Joined: Wed Mar 20, 2024 10:44 am

Re: Batch to icp several clouds - command file

Post by Ivar »

Thank you for the reply!
I´ll try to update the software and adjust the batch.

It´s not so easy to update software because of our IT-guidelines, and 2.10. always did what it should have done, so no actual reason to updtade.
Post Reply