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