Skip to content
#

Image processing

Digital image processing is the use of algorithms to make computers analyze the content of digital images.

Here are 9,850 public repositories matching this topic...

albumentations
Pomax
Pomax commented Apr 30, 2021

Description

when using structural_similarity when the images are small (<7 in any dimension) a ValueError gets thrown, but with the wrong text:

ValueError: win_size exceeds image extent.  If the input is a multichannel (color) image, set multichannel=True.

Instead of misleading the user into thinking there's something wrong with the way they read in, or converted, their i