Open3D
Open3D copied to clipboard
How to select points in point cloud by mouse dragging and undo the selecting action?
trafficstars
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
My Question
Thank you for your work.
I have a question about point selection in point clouds. By using VisualizerWithEditing, I can select one point by mouse click and undo it.
How to pick points by mouse dragging? I manage to find the similar answer by using VisualizerWithVertexSelection. However, this method has lots of issues and quite unstable compared to VisualizerWithEditing method(select one point by click).
Issue lists
- It is only working when pressing shift and point colors are changed.
- Added geometry can be moved, not fixed.
- Undo selecting only works by clicking not dragging.
Is there anybody knows the answers?
Thank you man... Same question from me... Thanks