Rayextract trees output individual tree point cloud and corresponding mesh files #33
Replies: 2 comments 1 reply
-
Hi Wouter, The suffix from the raysplit should match that in the treesplit because the colour scheme encodes the tree index so that's how it knows the suffix. let us know if there's any problems you get. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Currently, the output of the
rayextract trees
command is the original forest point cloud segmented into individual trees (represented as different colors), a treefile.txt for cylinder representation, and a tree mesh file for the entire input. However, would it be possible to add an option to have the output as all individual trees? That is, for each tree the segmented pointcloud, the (single line) treefile, and corresponding mesh (e.g. tree_0_pointcloud.ply, tree_0_cylinder.txt, tree_0_mesh.ply, tree_1_ ...). My application requires manual quality control to check that each segmented tree pointcloud and corresponding mesh makes sense. Hence, having all trees output individually would be very useful. It may also be cleaner than having to split the segmented pointcloud based on color and matching all trees based on e.g. stem base coordinates or bounding box with their corresponding mesh/cylinder file.Hope my question makes sense. Thanks in advance!
Cheers,
Wouter
Beta Was this translation helpful? Give feedback.
All reactions