Adjusting limit of scalar value

Feel free to ask any question here
Post Reply
Ingsayyad
Posts: 97
Joined: Fri Oct 25, 2013 9:17 am

Adjusting limit of scalar value

Post by Ingsayyad »

I have cloud with intensity value 0-255.
I wan to adjust it:

Code: Select all

intensity<40=40
intensity>160=160
Is it possible?
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Adjusting limit of scalar value

Post by daniel »

Nope :)

Or indirectly, by segmenting the cloud in 3 parts (with Edit > Scalar Fields > Filter by Value). Then on the lowest and highest parts you can remove the scalar field, and create a new constant one WITH THE EXACT SAME NAME and the right value. Then you can merge back the 3 clouds.
Daniel, CloudCompare admin
Post Reply