Page 1 of 1

Selecting particular layer for rasterizing in command line

Posted: Wed May 04, 2022 9:59 pm
by jagadish
I am new to processing in cloudCompare using the command line. Is there any command for rasterizing a particular layer in the point cloud?

Re: Selecting particular layer for rasterizing in command line

Posted: Sat May 07, 2022 12:20 pm
by daniel
I believe you have to select the right scalar field first (with -SET_ACTIVE_SF) and then export the raster with Z and the current scalar field (-OUTPUT_RASTER_Z_AND_SF).

Re: Selecting particular layer for rasterizing in command line

Posted: Tue May 31, 2022 2:06 pm
by PablerasBCN
What I've noticed when rasterizing SF is that if you raster the SF layer the .tga output seems to differ from when you convert SF to RGB and then Raster RGB. May be it contains extra needed data but in my case I needed like RGB SF rather than containing additional data.