Page 1 of 1

Batch to icp several clouds - command file

Posted: Wed Mar 20, 2024 12:58 pm
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)

Re: Batch to icp several clouds - command file

Posted: Wed Mar 20, 2024 9:27 pm
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.

Re: Batch to icp several clouds - command file

Posted: Thu Mar 21, 2024 5:59 am
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.