Rasterize via CLI
Posted: Tue Mar 22, 2022 2:55 pm
Hi,
I'm trying to rasterize a pointcloud using the command line interface.
Using the GUI version, I get a nice colored .png image
However, using the CLI, I get a monochrome .tif The command used was:
How can I get something similar to the GUI version using CLI? i.e. I want .png instead of .tif
Arif
I'm trying to rasterize a pointcloud using the command line interface.
Using the GUI version, I get a nice colored .png image
However, using the CLI, I get a monochrome .tif The command used was:
Code: Select all
CloudCompare -O my_pcd.pcd -RASTERIZE -GRID_STEP 0.02 -VERT_DIR 0 -OUTPUT_RASTER_RGB
Arif