Command Line Interface: RGB_TO_SF

To post any request/idea for new functionalities
Post Reply
HeadLess
Posts: 54
Joined: Mon Mar 25, 2019 9:27 pm

Command Line Interface: RGB_TO_SF

Post by HeadLess »

Dear Daniel!

Firstly i love CC, and use it a lot mostly with CLI for subsampling, merging, filtering...

Because we have a problem with our scanner sometimes there are black colors on the pointcloud, i'd like to convert Intensity to RGB on that areas. For that I need RGB_TO_SF command.

On the gui this is the method:
-Convert RGB to SF (Missing)
-SPLIT clouds by SF (Missing)
-CONVERT_SF_TO_RGB on then black cloud with overwrite
-MERGE these

split cloud would also would be an interesting method to see in cli, if it would be possible to separate those clouds on one command like on the gui.

For now i would do this

Code: Select all

CC.exe -SILENT -AUTO_SAVE OFF -O original.e57 -RGB_TO_SF COMPOSITE -FILTER_SF 0 1 -O original.e57  -RGB_TO_SF COMPOSITE -FILTER_SF 1 255 SET_ACTIVE_SF 0 -SF_CONVERT_TO_RGB FALSE -MERGE_CLOUDS -SAVE_CLOUDS
but it requires to load the original clouds twice. and it could be time wasting.
Post Reply