Open Source Computer Vision Library
-
Updated
May 5, 2021 - C++
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
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
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
I'm using this project to train my segmentation model. I find that the mask has a right-down offset to the image. Because the opencv resize_nearest is wrong. Please refer the opencv project issue:
https://github.com/opencv/opencv/issues/9096
https://github.com/opencv/opencv/issues/10146
The code of opencv is:
` for( x = 0; x < dsize.width; x++ )
{
int sx = cv