Batch to icp several clouds - command file
Posted: Wed Mar 20, 2024 12:58 pm
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)
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)