#
Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,158 public repositories matching this topic...
vaclavbarta
commented
Jun 30, 2021
Similar to jpeg / jpg we would appreciate adding alternate tif delegating to tiff format in formats map which is used in toFormat method.
https://github.com/lovell/sharp/blob/7467fa8b50d280780dfa9fe9a7248deaa499c7a1/lib/output.js#L14
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
Jul 4, 2021 - Python
Content aware image cropping
-
Updated
Jul 4, 2021 - JavaScript
-
Updated
Jul 12, 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
Jul 6, 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
Jul 11, 2021 - Python
-
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
Jul 2, 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
CVPR 2021 论文和开源项目合集
python
machine-learning
computer-vision
deep-learning
paper
image-processing
python3
object-detection
image-segmentation
visual-tracking
cvpr
cvpr2020
cvpr2021
-
Updated
Jul 11, 2021
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
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
Jul 12, 2021 - Go
-
Updated
Sep 14, 2019 - Python
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
Updated
Jul 5, 2021 - 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
Jul 8, 2021 - C++
sofroniewn
commented
Jun 16, 2021
Feature Request
This is a feature request for a utility function for cropping images from a bounding box.
Note this need comes up a lot, particularly for 2D images - see this discussion on image.sc for an example, including prototype code. It would be nice to have a full nD solution though. Possibly something that
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
Jul 12, 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