#
Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,056 public repositories matching this topic...
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
nodejs
javascript
svg
performance
image
resize
png
jpeg
tiff
overlay
image-processing
crop
exif
icc
webp
typical
libvips
sharp
avif
-
Updated
Jun 21, 2021 - JavaScript
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
python
machine-learning
information-retrieval
data-mining
ocr
deep-learning
image-processing
cnn
pytorch
lstm
optical-character-recognition
crnn
scene-text
scene-text-recognition
easyocr
-
Updated
Jun 29, 2021 - Python
Content aware image cropping
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Jun 22, 2021 - JavaScript
Content aware image resize library
golang
machine-learning
computer-vision
image-processing
face-detection
edge-detection
seam-carving
image-resize
content-aware-resize
content-aware-scaling
-
Updated
Jun 18, 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
JavaScript image cropper.
-
Updated
Jun 12, 2021 - JavaScript
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
Jun 30, 2021 - Python
ternaus
commented
Jun 18, 2021
Right now we put image to the center and pad it to the desired size.
It would be great to add an option to put it to the top left, top right, bottom left, bottom right positions.
-
Updated
Jul 21, 2020 - JavaScript
Best Practices, code samples, and documentation for Computer Vision.
microsoft
python
kubernetes
data-science
machine-learning
tutorial
computer-vision
deep-learning
azure
jupyter-notebook
image-processing
similarity
artificial-intelligence
image-classification
convolutional-neural-networks
object-detection
operationalization
-
Updated
Mar 12, 2021 - Jupyter Notebook
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
python
terminal
command-line
image-gallery
python-script
image-processing
google-images
image-search
image-dataset
command-line-tool
image-download
image-database
image-scraper
download-images
color-filter
-
Updated
Jun 10, 2021 - Python
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
machine-learning
real-time
deep-neural-networks
deep-learning
graph
tensorflow
image-processing
convolutional-networks
convolutional-neural-networks
object-detection
darknet
mobile-development
-
Updated
May 21, 2021 - Python
CVPR 2021 论文和开源项目合集
python
machine-learning
computer-vision
deep-learning
paper
image-processing
python3
object-detection
image-segmentation
visual-tracking
cvpr
cvpr2020
cvpr2021
-
Updated
Jun 29, 2021
Blurry is an easy blur library for Android
-
Updated
Apr 27, 2021 - Java
antonfirsov
commented
May 28, 2021
2
5
Fast and secure standalone server for resizing and converting remote images
-
Updated
Jun 28, 2021 - Go
-
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
Jun 8, 2021 - Python
a language for fast, portable data-parallel computation
-
Updated
Jun 29, 2021 - C++
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
Updated
Jun 16, 2021 - Python
jni
commented
Jun 29, 2021
Description
Missed this in reviewing #5397. We prefer to release wheels before source because otherwise there is a small window during which users who pip install scikit-image will require compilation. In general this will be very small but in fact it could be big if e.g. there is a network failure in the VM during release.
The relevant lines are here:
pmeier
commented
Jun 28, 2021
In #1031 several tests were identified that rely on a higher than default tolerance starting from torch==1.9.0:
test/augmentation/test_augmentation_mix.py::TestRandomCutMix::test_random_mixup_beta0
test/augmentation/test_random_generator.py::TestRandomPerspectiveGen::test_random_gen
test/augmentation/test_random_generator.py::TestRandomPerspectiveGen::test_same_on_batch
test/augmentat
Go package for computer vision using OpenCV 4 and beyond.
golang
opencv
caffe
video
computer-vision
tensorflow
mjpeg
cuda
image-processing
torch
dnn
mjpeg-stream
object-tracking
video-capture
computervision
face-tracking
object-classification
gocv
openvino
-
Updated
Jun 29, 2021 - Go
Machine learning, computer vision, statistics and general scientific computing for .NET
c-sharp
machine-learning
visual-studio
framework
statistics
computer-vision
ffmpeg
neural-network
nuget
unity3d
image-processing
support-vector-machines
-
Updated
Nov 18, 2020 - C#
A view controller for iOS that allows users to crop portions of UIImage objects
swift
ios
image
view
cocoapods
podfile
image-processing
crop
uiimage
cropper
viewcontroller
crop-image
cropping
-
Updated
Jun 4, 2021 - Objective-C
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
docker
image
png
microservice
jpeg
image-processing
gif
webp
libvips
resize-images
crop-image
watermark
-
Updated
Apr 8, 2021 - Go


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