visualize_landmarkgroups

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

Widget that allows browsing through a list of LandmarkGroup (or subclass) objects.

The landmark groups can have a combination of different attributes, e.g. different labels, number of points etc. The widget has options tabs regarding the landmarks, the renderer (lines, markers, numbering, legend, figure, axes) and saving the figure to file.

Parameters:
  • landmarkgroups (list of LandmarkGroup or subclass) – The list of landmark groups 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 landmark managers will have the form of plus/minus buttons or a slider.