Labels #3728
Answered
by
germanros1987
feersantana5
asked this question in
Q&A
Labels
#3728
-
How is possible to add text in the point cloud like object labels? |
Beta Was this translation helpful? Give feedback.
Answered by
germanros1987
Aug 29, 2023
Replies: 1 comment
-
HI @feersantana5 through open3d.visualization.O3DVisualizer and also through open3d.visualization.gui.SceneWidget you can call the method add_3d_label. Further information can be found here: http://www.open3d.org/docs/latest/python_api/open3d.visualization.gui.SceneWidget.html?highlight=add_3d_label |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
germanros1987
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI @feersantana5 through open3d.visualization.O3DVisualizer and also through open3d.visualization.gui.SceneWidget you can call the method add_3d_label. Further information can be found here: http://www.open3d.org/docs/latest/python_api/open3d.visualization.gui.SceneWidget.html?highlight=add_3d_label