Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,752 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
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
-
Updated
Sep 26, 2021 - Python
Content aware image cropping
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 29, 2021 - JavaScript
JavaScript image cropper.
-
Updated
Aug 30, 2021 - JavaScript
Content aware image resize library
-
Updated
Jul 26, 2021 - Go
Turn your two-bit doodles into fine artworks with deep neural networks, generate seamless textures from photos, transfer style from one image to another, perform example-based upscaling, but wait... there's more! (An implementation of Semantic Style Transfer.)
-
Updated
Oct 1, 2020 - Python
An Android transformation library providing a variety of image transformations for Glide.
-
Updated
May 10, 2021 - Java
The friendly PIL fork (Python Imaging Library)
-
Updated
Sep 28, 2021 - Python
There is a set of augmentations specific for medical imaging in the torchio.readthedocs.io.
The license there is Apache 2 => As I understand, we can use some of the transforms from there in Albumentations. Of course, we need to keep the link to the original implementation in the docstring.
For example:
- [RandomGhosting](https://torchio.readthedocs.io/transforms/augmentation.html#torc
Best Practices, code samples, and documentation for Computer Vision.
-
Updated
Sep 28, 2021 - Jupyter Notebook
-
Updated
Jul 21, 2020 - JavaScript
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
-
Updated
Sep 26, 2021 - Python
CVPR 2021 论文和开源项目合集
-
Updated
Jul 11, 2021
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
-
Updated
Aug 25, 2021 - Python
Fast and secure standalone server for resizing and converting remote images
-
Updated
Sep 29, 2021 - Go
Blurry is an easy blur library for Android
-
Updated
Apr 27, 2021 - Java
🚀 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
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
Updated
Sep 28, 2021 - Python
-
Updated
Jul 13, 2021 - Python
a language for fast, portable data-parallel computation
-
Updated
Sep 30, 2021 - C++
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/
Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.
-
Updated
Sep 29, 2021 - Python
Go package for computer vision using OpenCV 4 and beyond.
-
Updated
Sep 20, 2021 - Go
Machine learning, computer vision, statistics and general scientific computing for .NET
-
Updated
Nov 18, 2020 - C#
Segmentation models with pretrained backbones. PyTorch.
-
Updated
Sep 18, 2021 - Python
A view controller for iOS that allows users to crop portions of UIImage objects
-
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