imgviz.tile

imgviz.tile(imgs, shape=None, cval=None, border=None, border_width=None)[source]

Tile images.

Parameters:
  • imgs (numpy.ndarray) – Image list which should be tiled.

  • shape (tuple of int) – Tile shape.

  • cval (array-like, optional) – Color to fill the background. Default is (0, 0, 0).

  • border (array-like, optional) – Color for the border. If None, the border is not drawn.

  • border_width (int) – Pixel size of the border.

Returns:

dst – Tiled image.

Return type:

numpy.ndarray