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,684 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

edgarriba
edgarriba commented Jan 22, 2019

Hi community !

We're looking for candidates to contribute with some example / tutorials using kornia.

There are already some existing tutorials that need to be improved.
Check it out by yourself: https://kornia.readthedocs.io/en/latest/tutorials/index.html

In case you are interested in contributing with new stuff or you feel you have a feature request, just go ahead and open a ne