You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The figures in your paper show awesome results. However, I find your code can get planes from pointcloud but how to reconstruct using this information? Would you please kindly let me know how to reconstruct these plane models (software and strategies)? This will probably save a lot of my life searching and learning!
Thanks!
The text was updated successfully, but these errors were encountered:
It needs to first convert the plane points to mesh. You can do it using structured_points algorithm (see point_cloud/structured_points.h) or other reconstruction methods.
The figures in your paper show awesome results. However, I find your code can get planes from pointcloud but how to reconstruct using this information? Would you please kindly let me know how to reconstruct these plane models (software and strategies)? This will probably save a lot of my life searching and learning!
Thanks!
The text was updated successfully, but these errors were encountered: