-FILTER_SF parameters
Posted: Tue Mar 27, 2018 11:47 pm
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 MAX-2
-FILTER_SF MIN MAX
it doesn't not work when using
var SAT_MIN=0.5
var SAT_MAX=1
-FILTER_SF 0 2 SAT_MIN SAT_MAX
Am I missing something?
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 MAX-2
-FILTER_SF MIN MAX
it doesn't not work when using
var SAT_MIN=0.5
var SAT_MAX=1
-FILTER_SF 0 2 SAT_MIN SAT_MAX
Am I missing something?