Skip to content

Wood/Leaf Classification #29

Answered by thomas-lowe
Antra4 asked this question in Q&A
Jan 29, 2025 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi Antra,
there is a basic method in raycloudtools: raycolour xxx.ply branches

The output cloud's red channel is proportional to lidar return intensity (see ray import --max_intensity to scale this) and works if your input cloud has a well-calibrated return intensity. It has only been tested on the Velodyne lidar, so may require some tweaking to get right for other lidars.

The output cloud's green channel is proportional to the cylindricality of each neighbourhood of points.

You can then split the coloured cloud based on a linear combination of red and green using raysplit xxx_coloured.ply colour 0.2,0.1,0 for instance. That last vector is the plane vector in rgb space, so for instance 0,…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Antra4
Comment options

Answer selected by thomas-lowe
Comment options

You must be logged in to vote
1 reply
@Antra4
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants