I have tried rasterizing a las from UI where I selected Empty cells Fill with as interpolate. I have attached the image.
But when I tried to run it from the command line, I could not find the command. I used the following command.
"C:\\Program Files\\CloudCompare\\CloudCompare.exe", "-SILENT", "-O", "-GLOBAL_SHIFT", "AUTO", las_file_path, "-RASTERIZE", "-GRID_STEP", grid_step_str, "-OUTPUT_MESH", "-OUTPUT_RASTER_RGB", "-SAVE_MESHES"
Can anyone help me with the command?
Rasterize Empty cells interpolate
-
- Posts: 4
- Joined: Tue Jan 02, 2024 12:17 pm
Rasterize Empty cells interpolate
- Attachments
-
- Rasterize.png (475.15 KiB) Viewed 50716 times
Re: Rasterize Empty cells interpolate
See the '-EMPTY_FILL INTERP' option (https://www.cloudcompare.org/doc/wiki/i ... _line_mode)
And if you can, use the latest 2.13.beta version (there's a small bug with the 'max edge length' parameter in previous versions).
And if you can, use the latest 2.13.beta version (there's a small bug with the 'max edge length' parameter in previous versions).
Daniel, CloudCompare admin
-
- Posts: 4
- Joined: Tue Jan 02, 2024 12:17 pm
Re: Rasterize Empty cells interpolate
Thanks Daniel.
It worked fine.
However, the area around the raster becomes black. Is there a way to solve this?
It worked fine.
However, the area around the raster becomes black. Is there a way to solve this?
- Attachments
-
- cloud.png (858.89 KiB) Viewed 43407 times
Re: Rasterize Empty cells interpolate
In the latest versions you can use 'Kriging' interpolation instead of Delaunay. You can use the '-EMPTY_FILL KRIGING' sub-option.
I've just updated the wiki documentation (I forgot to do it before!).
I've just updated the wiki documentation (I forgot to do it before!).
Daniel, CloudCompare admin