Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 9,171 public repositories matching this topic...
I'm receiving error with JPG (uppercase of jpg) image extension. This extension should be supported right?
ERROR Error resizing: Error: Expected one of: heic, heif, jpeg, jpg, png, raw, tiff, webp for format but received JPG of type string
at Object.invalidParameterError (/var/task/node_modules/sharp/lib/is.js:101:10)
at Sharp.toFormat (/var/task/node_modules/sharp/lib/output.js:168:
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Dec 16, 2020 - Go
-
Updated
Feb 14, 2021 - Java
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 15, 2021 - Python
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Jan 21, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - Python
There is a set of Pixel Level transforms that is used in the work Benchmarking Neural Network Robustness to Common Corruptions and Perturbations
The authors also share the code => we can absorb some transforms that they have into the library.
https://github.com/hendrycks/robustness/blob/master/ImageNet-C/create_c/make_imagenet_c.py
- ShotNoise
- Defocus
- GlassBlur
-
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
Feb 14, 2021 - C++
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
Feb 9, 2021 - Go
-
Updated
Nov 18, 2020 - C#
-
Updated
Jan 4, 2021 - Objective-C
-
Updated
Feb 14, 2021 - Python
-
Updated
Jan 22, 2021 - Python
-
Updated
Sep 13, 2020
-
Updated
Feb 7, 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