#
Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,352 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
Aug 8, 2021 - Python
Content aware image cropping
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Jul 14, 2021 - JavaScript
JavaScript image cropper.
-
Updated
Aug 6, 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 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
Aug 8, 2021 - Python
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 26, 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!
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
Aug 4, 2021 - Go
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
Updated
Aug 4, 2021 - Python
-
Updated
Jul 13, 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
Aug 6, 2021 - C++
mkcor
commented
Jul 15, 2021
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/
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
Aug 7, 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
Aug 6, 2021 - Objective-C
Segmentation models with pretrained backbones. PyTorch.
models
image-processing
pytorch
neural-networks
imagenet
segmentation
pretrained-models
image-segmentation
unet
semantic-segmentation
pretrained-weights
pspnet
fpn
deeplabv3
unet-pytorch
deeplab-v3-plus
linknet
segmentation-models
unetplusplus
pretrained-backbones
-
Updated
Aug 5, 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