Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,094 public repositories matching this topic...
Similar to jpeg / jpg we would appreciate adding alternate tif
delegating to tiff
format in formats map which is used in toFormat method.
https://github.com/lovell/sharp/blob/7467fa8b50d280780dfa9fe9a7248deaa499c7a1/lib/output.js#L14
-
Updated
Jul 4, 2021 - Python
-
Updated
Jul 4, 2021 - JavaScript
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Jul 3, 2021 - Go
-
Updated
Oct 1, 2020 - Python
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
May 10, 2021 - Java
-
Updated
Jul 4, 2021 - Python
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Jul 2, 2021 - Jupyter Notebook
-
Updated
Jun 10, 2021 - Python
-
Updated
Jul 2, 2021
-
Updated
May 21, 2021 - Python
-
Updated
Apr 27, 2021 - Java
-
Updated
Jun 28, 2021 - Go
-
Updated
Sep 14, 2019 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 16, 2021 - Python
-
Updated
Jul 3, 2021 - C++
Description
Missed this in reviewing #5397. We prefer to release wheels before source because otherwise there is a small window during which users who pip install scikit-image
will require compilation. In general this will be very small but in fact it could be big if e.g. there is a network failure in the VM during release.
The relevant lines are here:
In #1031 several tests were identified that rely on a higher than default tolerance starting from torch==1.9.0
:
test/augmentation/test_augmentation_mix.py::TestRandomCutMix::test_random_mixup_beta0
test/augmentation/test_random_generator.py::TestRandomPerspectiveGen::test_random_gen
test/augmentation/test_random_generator.py::TestRandomPerspectiveGen::test_same_on_batch
test/augmentat
-
Updated
Jul 2, 2021 - Go
-
Updated
Nov 18, 2020 - C#
-
Updated
Jun 4, 2021 - Objective-C
-
Updated
Apr 8, 2021 - Go
System information (version)
Detailed description
When running cv2.seamlessClone() the error is a bit misleading when the incorrect image path is supplied. It doesn't make it obvious that the problem is in the path
Steps to reproduce