Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 9,292 public repositories matching this topic...
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Dec 16, 2020 - Go
-
Updated
Mar 6, 2021 - Java
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Mar 7, 2021 - Python
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Jan 21, 2021 - Jupyter Notebook
-
Updated
Mar 7, 2021 - Python
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
-
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
Sep 14, 2019 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Mar 4, 2021 - Go
Description
There was a badass paper last year that unified and generalized Otsu and other thresholding methods ([arXiv]).
As usual, since it's a new algorithm the argument can be made that we should wait to see it in practice, but my gut feeling is that (a) it's really good, and (b) it's a generalization of an existing algorithm that we have in the library, so it does not add much code,
-
Updated
Mar 6, 2021 - C++
-
Updated
Nov 18, 2020 - C#
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 7, 2021
-
Updated
Jan 4, 2021 - Objective-C
-
Updated
Mar 3, 2021 - Go
The most of modules are lacking very useful __repr__
function. I am leaving this issue open until we catch-up.
- create list of missing
__repr__
s - fix all the old functions
- add some test to lint to require
__repr__
existence
-
Updated
Feb 20, 2021 - Go