RASTERIZE multiple output
Posted: Tue Oct 11, 2022 3:34 am
Hello everyone,
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.
It was successful and I got the images in gray scale mode. However, the images are in different resolutions (height and width) and scales. Also, images do not share the same origin/center (Center should be the car) The two images attached below show the image output of the LiDAR data collected in two consecutive time frames.
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.
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.