visualize_images

menpo.visualize.visualize_images(images, figure_size=(10, 8), style='coloured', browser_style='buttons')[source]

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

The images can have a combination of different attributes, e.g. masked or not, landmarked or not, without multiple landmark groups and labels etc. The widget has options tabs regarding the visualized channels, the landmarks, the renderer (lines, markers, numbering, legend, figure, axes) and saving the figure to file.

Parameters:
  • images (list of Image or subclass) – The list of images to be visualized.
  • figure_size ((int, int), optional) – The initial size of the rendered figure.
  • style ({'coloured', 'minimal'}, optional) – If 'coloured', then the style of the widget will be coloured. If minimal, then the style is simple using black and white colours.
  • browser_style ({'buttons', 'slider'}, optional) – It defines whether the selector of the objects will have the form of plus/minus buttons or a slider.