-
Updated
Apr 12, 2021 - C++
Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 9,521 public repositories matching this topic...
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Apr 5, 2021 - Python
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Dec 16, 2020 - Go
-
Updated
Mar 6, 2021 - Java
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Apr 11, 2021 - Python
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Apr 9, 2021 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Feb 14, 2021 - Java
A follow up on SixLabors/ImageSharp#1378 (comment).
Currently 32 bit test execution is only done for .NET Framework, with dotnet xunit which is an obsolete tool today, we need to adapt dotnet test, and add 32 bit CI targets for both net5.0 and netcoreapp3.1. Opening an issue to remember and track this debt.
-
Updated
Apr 12, 2021
-
Updated
Sep 14, 2019 - Python
-
Updated
Mar 18, 2021 - Python
-
Updated
Apr 12, 2021 - Go
-
Updated
Apr 11, 2021 - C++
Perhaps I missed something but it took me a while to realise that there was an __call__ on this object. Perhaps extending the example would help prevent people from having this issue in future.
-
Updated
Apr 9, 2021 - Python
-
Updated
Nov 18, 2020 - C#
-
Updated
Mar 7, 2021 - Objective-C
-
Updated
Apr 9, 2021 - Go
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
-
Updated
Apr 8, 2021 - Go
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