chenzhaiyu/points2poly

How to better obtain planar primitives.

happyfox-dot opened this issue · 2 comments

Hello, this is a great job. However, I have encountered a problem while reconstructing my own data, "Extract planar primitives from point clouds with Mapple." When I need to reconstruct a lot of data on my own, manually obtaining planar primitives will take a lot of time in this step. Is there any other way to complete this task instead of doing it manually? Looking forward to your answer.

Hello @happyfox-dot, for batch processing of primitive extraction, you could tweak Easy3D. I would suggest checking its Tutorial_603_Cloud_PlaneExtraction, where you can easily implement a batch processing CLI.

Thank you very much for your help. I will try to complete it. 👍