raytranslate losing point cloud precision #10
ShukhratSh
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi Shukhrat, by default raycloudtools stores the x,y,z as floats in the .ply file. You can swap it to storing as doubles using the DOUBLE_RAYS build option. e.g. cmake .. -DDOUBLE_RAYS=ON |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Thomas, Thank you, I couldn't fix it yet. Do you know what a warning message means when importing the .las file in the following command? I suspect this is causing the round off the Y coordinates.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Thomas,
I apologize for reaching out with multiple questions. I have imported the point cloud data and applied segmentation algorithms to generate tree segments. My current objective is to compare the segmentation results with manually segmented trees to evaluate the performance of the segmentation algorithm. To achieve this, I need to translate the point cloud back to its original xyz coordinates using the raytranslate tool.
Here is the command I used.
After translation y coordinates of the segmented rounded off so it lost the precision as shown in the screenshot.
Any ideas why this might be happening?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions