Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,513 public repositories matching this topic...
Since this is released in 8.11, we can add speed=9 support in sharp as well: libvips/libvips#2180
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
-
Updated
Aug 29, 2021 - Python
Content aware image cropping
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Aug 23, 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 1, 2021 - Python
Best Practices, code samples, and documentation for Computer Vision.
-
Updated
Aug 18, 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
Jun 10, 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
Blurry is an easy blur library for Android
-
Updated
Apr 27, 2021 - Java
Fast and secure standalone server for resizing and converting remote images
-
Updated
Aug 30, 2021 - Go
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
Updated
Sep 1, 2021 - Python
-
Updated
Jul 13, 2021 - Python
a language for fast, portable data-parallel computation
-
Updated
Sep 2, 2021 - C++
Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.
-
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:
Go package for computer vision using OpenCV 4 and beyond.
-
Updated
Aug 30, 2021 - Go
Machine learning, computer vision, statistics and general scientific computing for .NET
-
Updated
Nov 18, 2020 - C#
A view controller for iOS that allows users to crop portions of UIImage objects
-
Updated
Aug 15, 2021 - Objective-C
Segmentation models with pretrained backbones. PyTorch.
-
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