Skip to content

Using the pointset structuring with region growing surface detection results #5954

Answered by danston
Sushant-Chavan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Sushant-Chavan It is a nice suggestion to add such or a similar example. What you should do is the following:

  • Run region growing on your point set.
  • You get indices of all points, which form planar regions.
  • Access these points and apply least_squares_fitting_3() function that returns a plane for each region.
  • Then provide these planes to the structuring algorithm through this function together with points that you used for fitting.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MaelRL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants