Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 8,036 public repositories matching this topic...
-
Updated
Apr 26, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Jul 13, 2020 - Python
-
Updated
Jul 8, 2020 - Go
-
Updated
Jul 28, 2020 - Java
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 30, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Aug 29, 2020 - Jupyter Notebook
Add Seam Carving transform for images, masks, bounding boxes, landmarks:
https://www.pyimagesearch.com/2017/01/23/seam-carving-with-opencv-python-and-scikit-image/
-
Updated
Aug 29, 2020 - Python
-
Updated
Jul 28, 2020 - Java
-
Updated
Sep 14, 2019 - Python
-
Updated
Jul 7, 2020 - Python
This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.
As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.
-
Updated
Jul 24, 2020 - C#
Description
Consider this very short piece of code:
testimg = np.array([0, 1, 2, 3, 4, 3.5, 4, 5, 4, 3, 2, 1, 0])
morphology.h_maxima(testimg, 1)
morphology.h_maxima(testimg, 2)
morphology.h_maxima(testimg, 3)
The results show that the element with value 5 is always picked up by this function, even though it is not a local maximum with height h for any h; rather it i
-
Updated
Aug 31, 2020 - C++
-
Updated
Aug 30, 2020 - Go
-
Updated
Aug 29, 2020 - Objective-C
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 25, 2020 - Go
-
Updated
Aug 28, 2020 - Go
-
Updated
Aug 6, 2020
-
Updated
Aug 27, 2020 - Python
Please enable cv.imencode and cv.imdecode in opencv.js while supporting PNG, JPEG and WEBP.