visualize_pointclouds

menpo.visualize.visualize_pointclouds(pointclouds, figure_size=(10, 8), popup=False, browser_style='buttons')[source]

Widget that allows browsing through a list of PointCloud, PointGraph or TriMesh or subclasses.

The widget has options tabs regarding the renderer (lines, markers, figure, axes) and saving the figure to file.

Parameters:
  • pointclouds (list of PointCloud or PointGraph or TriMesh or subclasses) – The list of objects to be visualized.
  • figure_size ((int, int), optional) – The initial size of the rendered figure.
  • popup (bool, optional) – If True, the widget will appear as a popup window.
  • browser_style ({buttons, slider}, optional) – It defines whether the selector of the objects will have the form of plus/minus buttons or a slider.