Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 8,031 public repositories matching this topic...
Content aware image cropping
-
Updated
Apr 26, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
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
Jul 13, 2020 - Python
Content aware image resize library
-
Updated
Jul 8, 2020 - Go
An Android transformation library providing a variety of image transformations for Glide.
-
Updated
Jul 28, 2020 - Java
JavaScript image cropper.
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
The friendly PIL fork (Python Imaging Library)
-
Updated
Aug 29, 2020 - Python
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
-
Updated
Aug 26, 2020 - Python
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
-
Updated
Aug 19, 2020 - Python
Best Practices, code samples, and documentation for Computer Vision.
-
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/
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
-
Updated
Aug 29, 2020 - Python
Blurry is an easy blur library for Android
-
Updated
Jul 28, 2020 - Java
-
Updated
Sep 14, 2019 - Python
Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.
-
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.
Machine learning, computer vision, statistics and general scientific computing for .NET
-
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
a language for fast, portable data-parallel computation
-
Updated
Aug 29, 2020 - C++
Fast and secure standalone server for resizing and converting remote images
-
Updated
Aug 24, 2020 - Go
A view controller for iOS that allows users to crop portions of UIImage objects
-
Updated
Aug 29, 2020 - Objective-C
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
-
Updated
Aug 20, 2020 - Python
Go package for computer vision using OpenCV 4 and beyond.
-
Updated
Aug 25, 2020 - Go
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
-
Updated
Aug 28, 2020 - Go
CVPR 2020 论文开源项目合集
-
Updated
Aug 6, 2020
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
Updated
Aug 27, 2020 - Python


Please enable cv.imencode and cv.imdecode in opencv.js while supporting PNG, JPEG and WEBP.