1
Bug Reports / Re: Point Cloud from RGBI images misses NIR channel in LAZ export
« on: July 12, 2024, 04:12:25 PM »
Update:
After speaking with the support, the solution seems to be to colorize the point cloud using the original images: Tool -> Point Cloud -> Colorize Point Cloud (as also stated in this post: https://www.agisoft.com/forum/index.php?topic=14975.msg65627#msg65627).
After this, the point cloud could be exported to LAS version 1.4 format 8, however, only when using the Python API. An export via the GUI did not work.
So it seems a bit counterintuitive, but you have to re-colorize the point cloud, even if the point cloud already has colors from the textures of the sampled model (that are exported correctly to other formats than LAS).
As the colors from the colorization via images are slightly inferior in quality compared to the colors from the texture, I will probably just export the point cloud to a text file and convert it to LAS using some other tool.
After speaking with the support, the solution seems to be to colorize the point cloud using the original images: Tool -> Point Cloud -> Colorize Point Cloud (as also stated in this post: https://www.agisoft.com/forum/index.php?topic=14975.msg65627#msg65627).
After this, the point cloud could be exported to LAS version 1.4 format 8, however, only when using the Python API. An export via the GUI did not work.
So it seems a bit counterintuitive, but you have to re-colorize the point cloud, even if the point cloud already has colors from the textures of the sampled model (that are exported correctly to other formats than LAS).
As the colors from the colorization via images are slightly inferior in quality compared to the colors from the texture, I will probably just export the point cloud to a text file and convert it to LAS using some other tool.