Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 8,450 public repositories matching this topic...
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 1, 2020 - Go
-
Updated
Sep 27, 2020 - Java
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Nov 1, 2020 - Python
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Oct 19, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020 - 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
Sep 25, 2020 - Python
-
Updated
Sep 29, 2020 - Java
-
Updated
Sep 14, 2019 - Python
Initial attempt failed, we need to fix the following issues:
SixLabors/ImageSharp#1302 (comment)
Disabling the two (likely) bugs with [ActiveIssue]
might be also fine.
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 30, 2020 - C++
Description
While reviewing #5006, I noticed that threshold_li
repeatedly computes the mean pixel value above threshold and the mean below threshold. For integer images, this could be done with the histogram rather than with the full image, using a weighted mean. Possibly the approximation with float images would be good enough for gradient descent anyway.
-
Updated
Oct 6, 2020 - C#
-
Updated
Oct 26, 2020 - Go
-
Updated
Oct 27, 2020 - Objective-C
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 30, 2020 - Go
-
Updated
Sep 13, 2020
-
Updated
Oct 30, 2020 - Python
-
Updated
Sep 6, 2020 - Go