abner-math / PlaneDetection

Implementation of my article "A Robust Statistics Approach for Plane Detection in Unorganized Point Clouds"
GNU General Public License v3.0
226 stars 24 forks source link

How do you label the ground truth plane in the point cloud? #14

Closed bzdfzfer closed 2 years ago

bzdfzfer commented 2 years ago

Hi, Thanks for sharing your excellent work! I am trying to compare my approach with yours, but currently stucking at labeling my data with ground truth planes. Could you offer some labeling tools or some suggestions on how to do it? THX a lot!

abner-math commented 2 years ago

@bzdfzfer bzdfzfer You can use the own graphic interface which is bundled in this repository. Once you have opened your point cloud in the graphic interface, press SHIFT + right click to start select an area which represents a plane (or CTRL + right click to deselect an area). Once you have selected all the points, in the menu, go to "Detect -> Planes -> Detect planes" (or something similar, I'm not entirely sure right now the exact tab name in the menu). This will fit a plane to the selected points. Once you have done this to all planes in your point cloud, go to "File -> Export Geometry..." and then you can use the exported *.geo file to compare both techniques.

bzdfzfer commented 2 years ago

Thanks for your reply. It really helps a lot!