Skip to content

Interpretation of the segment_shape parameters: th1, th2, k #606

Answered by Jean-Romain
cscarpon asked this question in Q&A
Discussion options

You must be logged in to vote

I think you misunderstood the method. For each point of the point cloud the algorithm looks at their k-nearest neighbors. For a given point the k selected points are either randomly distributed, aligned, planar or everything in-between. To discriminate between the cases we can apply linear algebra methods that tells use how are distributed the points. For a perfect line the points are expected to be distributed along a single axis (which is not necessarily colinear with the x,y or z axis of the point cloud of course).

If the points are aligned then the third eigen value of the eigen decomposition is expected to be much bigger than the two others. This is the meaning of the equation in the…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cscarpon
Comment options

@Jean-Romain
Comment options

Answer selected by cscarpon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #605 on July 26, 2022 17:28.