Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 7,072 public repositories matching this topic...
-
Updated
Apr 26, 2020 - JavaScript
-
Updated
Mar 18, 2020 - Go
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Jan 30, 2020 - Java
-
Updated
Dec 14, 2019 - JavaScript
Sometimes people read/link to old versions of the documentation and miss new features and changes.
For example, from a Google search for a module, I ended up at http://pillow.readthedocs.org/en/3.1.x/reference/ImageChops.html
RtD has a setting to help with this:
Version warning
This is a banner that appears on the top of every page of your docs that aren’t stable or latest. Th
-
Updated
Apr 25, 2020 - JavaScript
-
Updated
Apr 8, 2020 - Python
-
Updated
Apr 27, 2020 - Python
Add new aliases for current bbox formats:
xyxyforpascal_vocformat.xyhwforcocoformat
Maybe we can add this aliases to:
xyxy_normforalbumentationsformatxyhw_normxyhw_centerxyhw_center_normforyoloformat
-
Updated
Nov 19, 2018 - Java
-
Updated
Sep 14, 2019 - Python
-
Updated
Jan 28, 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
Mar 6, 2020 - C#
It tells you to get version 3.0 of the SDK, which doesn't have libwrapper.so, so you get an unhelpful failure to find halide_hexagon_remote_load_library (because init_hexagon_runtime doesn't check if host_lib is non-null). This is hard to debug, because host_lib is null not because libhalide_hexagon_host.so isn't found or isn't in the path (it is!) but because a dependent library - libwrapper.so -
Description
When inputting a 4-dimensional array into skimage.util.montage, I get a misleading error message:
ValueError: Input array has to be either 3- or 4-dimensional
But the input array is 4-dimensional already, what is missing is multichannel=True.
Way to reproduce
import numpy as np
from skimage.util import montage
data = np.zeros((10, 128, 128, 3))
pr-
Updated
Apr 7, 2020 - Objective-C
-
Updated
Apr 27, 2020 - Go
-
Updated
Apr 28, 2020 - Python
-
Updated
Apr 17, 2020 - Go
Expected behavior
Builder exists and works for argument : keepAspectRatio
(feature is precious because round on reduction will have a few pixel difference with requested size)
Example : expecting 500x1000px and got 499x1000px
Actual behavior
keepAspectRatio arg is not mentioned in examples
##Suggestion of example
Thumbnails.of(dir_in.listFiles()).size(width, height).keepAspectRati
-
Updated
Jan 20, 2020 - Python
Does bild support for draw now? Strongly recommend add drawing module such as draw a simple rectangle on image.
-
Updated
Apr 28, 2020 - Python
-
Updated
Dec 6, 2018 - Objective-C