accessiplot.detection.color_detection.display_images

accessiplot.detection.color_detection.display_images(old, new)[source]

Given an original version of an image and a tuple of its modified versions, display them in a single plot for readers to compare.

Parameters:
odd: arr

An array-like of colors representing an image.

new: tuple

A tuple of array-like of colors, each representing an image.