prevampire.display_img_side#

prevampire.prevampire.display_img_side(array1, array2, index, label1, label2)[source]#

Display two images side by side for visual comparison.

Parameters:
array1list

A list of images or arrays.

array2list

Another list of images or arrays.

indexint

Index of the images to display.

label1str

Label for the first set of images.

label2str

Label for the second set of images.

Returns:
None

Displays the images using Matplotlib.