Replies: 1 comment 1 reply
-
I think the zoom is not correct, since the position of the pointcloud is different to the example pointcloud.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Background - complete beginner with open3d or similar libraries. Trying to group/ classify 3d data (nodes, edges, surfaces). Experienced with 3d CAD/FEM geometries.
Overall goal - to group/ classify objects in 3D.
Intermediate goal - Detect elements (points/lines/surfaces) that are in (or close to) a plane in a 3D CAD file.
Current setup -

I am trying to implement detect_planar_patch method from open3d. I am getting the expected results for the example given on the website.
My point cloud is generated from a mesh (in the .stl file) that contains 6 planar surfaces (so I am expecting 6 planes to be detected)
Source file (The .stl file is attached below)

Generated point cloud using
This is the code in the tutorial
But for my input cloud/geometry it doesn't detect any planes/ patches.
Things that I have tried:
Need help with:
Sample model 1.zip
Beta Was this translation helpful? Give feedback.
All reactions