Search found 3 matches

by Fab_AMX
Tue Apr 03, 2018 2:01 am
Forum: Issues, bugs, etc.
Topic: SILENT mode crashing
Replies: 2
Views: 3009

Re: SILENT mode crashing

Thanks a lot Daniel,

I had to use an autoclick script to get my process going.
by Fab_AMX
Wed Mar 28, 2018 4:28 am
Forum: Issues, bugs, etc.
Topic: SILENT mode crashing
Replies: 2
Views: 3009

SILENT mode crashing

Hi,

I'm running the following script and having the -SILENT mode on crashes CC.

for /r %%f in (*.asc) do "B:\Program Files\CloudCompareStereo\cloudcompare.exe" -SILENT -o %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -FILTER_SF -3 3 -SF_COLOR_SCALE "F:\R&D\cloudcompare\color_scale.xml" -SF_CONVERT_TO_RGB ...
by Fab_AMX
Tue Mar 27, 2018 11:47 pm
Forum: Questions
Topic: -FILTER_SF parameters
Replies: 1
Views: 1680

-FILTER_SF parameters

Hi,
I'm trying to colorise a point-cloud using -FILTER_SF and and setting up the SAT_MIN and SAT_MAX parameters but it doesn't seem to work.
-FILTER_SF only seem to work with SAT_MIN and SAT_MAX parameters.

it works for the min max interval
-FILTER_SF 0 2

it does not work when using
var MIN=0
var ...