Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,025 public repositories matching this topic...
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Jun 24, 2021 - Python
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jun 18, 2021 - Go
-
Updated
Oct 1, 2020 - Python
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
May 10, 2021 - Java
-
Updated
Jun 25, 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
Mar 12, 2021 - Jupyter Notebook
-
Updated
Jun 10, 2021 - Python
-
Updated
May 21, 2021 - Python
-
Updated
Jun 24, 2021
-
Updated
Apr 27, 2021 - Java
-
Updated
Jun 25, 2021 - Go
-
Updated
Sep 14, 2019 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 26, 2021 - C++
-
Updated
Jun 16, 2021 - Python
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
🚀 Feature
To make kornia attractive to stereo researcher, we should consider adding a set of commonly used stereo metrics as is seen in the KITTI or Middlebury benchmarks.
Metrics to consider to add:
- RootMeanSquaredError
- MeanAbsoluteError
- MeanBad{n}Error
W
-
Updated
Jun 11, 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