isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.56k stars 2.32k forks source link

multiple visualization window at once #5437

Open bkhanal-11 opened 2 years ago

bkhanal-11 commented 2 years ago

Checklist

My Question

I was just wondering if there is a way to have multiple visualization window at once for class o3d.visualization.VisualizerWithEditing. I am trying to implement manual registration by picking point (correspondences) between two point cloud. Since I have not found a way to refer back to where the points were picked in source point cloud such that corresponding points could be picked in target point cloud. I thought it would be easier if two point cloud window were side by side for ease.

I went through open3d.visualization.gui and multi_window.py, but was unable to pick point in those visualization. Thank you in advance.

ramajoballester commented 7 months ago

@bkhanal-11 any progress on this?