Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,810 public repositories matching this topic...
Are you using the latest version? Is the version currently in use as reported by npm ls sharp
the same as the latest version as reported by npm view sharp dist-tags.latest
?
Yes, using sharp v0.29.1
What are the steps to r
-
Updated
Oct 8, 2021 - Python
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Jul 26, 2021 - Go
-
Updated
Oct 1, 2020 - Python
-
Updated
May 10, 2021 - Java
-
Updated
Oct 5, 2021 - Python
Enhancement
A discussion in #614 revealed a good place for improvement - we should ensure that input image is continuous upon start of the augmentation pipeline. This could be implemented by adding image = np.ascontiguousarray(image)
to image and mask targets.
A proposed place to add this call - somewhere at the beginning of A.Compose.__call__
.
-
Updated
Sep 28, 2021 - Jupyter Notebook
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Sep 26, 2021 - Python
-
Updated
Jul 11, 2021
-
Updated
Aug 25, 2021 - Python
-
Updated
Oct 8, 2021 - Go
🚀 Feature
As reported by deepsource in here we abuse from using built-in input
function in our functionality.
Motivation
We target to have a clean and healthy source code free of risk.
Pitch
Replace variable names whether it makes sense e.g. for image based functionality input
-> image
; in l
-
Updated
Apr 27, 2021 - Java
-
Updated
Oct 4, 2021 - Python
-
Updated
Oct 3, 2021 - Python
-
Updated
Oct 8, 2021 - C++
Feature Request
This is a feature request for a utility function for cropping images from a bounding box.
Note this need comes up a lot, particularly for 2D images - see this discussion on image.sc for an example, including prototype code. It would be nice to have a full nD solution though. Possibly something that
-
Updated
Sep 29, 2021 - Python
-
Updated
Oct 7, 2021 - Go
-
Updated
Sep 18, 2021 - Python
-
Updated
Nov 18, 2020 - C#
-
Updated
Aug 15, 2021 - Objective-C
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