Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,546 public repositories matching this topic...
Reading from and writing to the same file should be supported
-
Updated
Aug 29, 2021 - Python
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Jul 26, 2021 - Go
-
Updated
Oct 1, 2020 - Python
-
Updated
May 10, 2021 - Java
-
Updated
Sep 6, 2021 - Python
-
Updated
Aug 18, 2021 - Jupyter Notebook
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Jun 10, 2021 - Python
-
Updated
Jul 11, 2021
-
Updated
Aug 25, 2021 - Python
-
Updated
Apr 27, 2021 - Java
-
Updated
Sep 6, 2021 - Go
-
Updated
Sep 1, 2021 - Python
-
Updated
Jul 13, 2021 - Python
-
Updated
Sep 4, 2021 - C++
-
Updated
Aug 25, 2021 - Python
Description
To address this issue, a new contributor could start with a recursive grep for \.format\(
on a subpackage of interest to them (or on the entire package). Replacing instances of .format()
with f-strings can be a good pretext to explore the codebase.
Reference: https://www.python.org/dev/peps/pep-0498/
🚀 Feature
We recently introduced Bandit - A security linter from PyCQA as part oof the CI/CD
https://github.com/PyCQA/bandit
See: https://github.com/kornia/kornia/blob/master/.pre-commit-config.yaml#L50-L58
Motivation
We want kornia code to be clean of security issues. Ideally we want the following tests to pass:
- B110 kornia/kornia#1243
- B1
-
Updated
Sep 2, 2021 - Go
-
Updated
Nov 18, 2020 - C#
-
Updated
Aug 15, 2021 - Objective-C
-
Updated
Aug 27, 2021 - Python
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