I am new to both this field and the CloudCompare Software.
I have a LiDAR dataset collected over a period of time (by driving a car) in form of CSV files. These CSV files contain X,Y,Z coordinates and intensities. I am trying to convert them to 2D images (paln view) using the Rasterize tool. Since I have large number of CSV files, I used the command line mode and the following command to convert them at once.
Code: Select all
for %i in (DATASET_PATH\*") do CloudCompare -SILENT -O "%i" -RASTERIZE -GRID_STEP 0.08 -OUTPUT_RASTER_RGB
Please let me know if there is anything that I could do to obtain the images in the same resolution and in a manner which all the images share the same origin.
TIA,
Thakshila.