Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,071 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
Jun 29, 2021 - Python
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Jun 18, 2021 - Go
-
Updated
Oct 1, 2020 - Python
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
May 10, 2021 - Java
-
Updated
Jul 1, 2021 - Python
Right now we put image to the center and pad it to the desired size.
It would be great to add an option to put it to the top left, top right, bottom left, bottom right positions.
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Jul 1, 2021 - Jupyter Notebook
-
Updated
Jun 10, 2021 - Python
-
Updated
May 21, 2021 - Python
-
Updated
Jul 1, 2021
-
Updated
Apr 27, 2021 - Java
-
Updated
Jun 28, 2021 - Go
-
Updated
Sep 14, 2019 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Jul 1, 2021 - C++
-
Updated
Jun 16, 2021 - Python
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
Jun 29, 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