Replies: 1 comment
-
It would be more computationally efficient if the function returned these values, but a workaround is running the following on each returned bounding box: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The method detect_planar_patches() returns the bounding boxes of detected planes from a point cloud. However, I would like to perform further processing of my data with the actual points that form the planar patches.
Is there a way to retrieve the points with this method?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions