COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200712005615/https://github.com/topics/image-transformations
Here are
28 public repositories
matching this topic...
Cloudinary NPM for node.js integration
Updated
Jul 10, 2020
JavaScript
Geometric Augmentation for Text Image
A data generator for 2D object detection
Updated
Apr 16, 2018
Python
Image transformations for Coil
Updated
Apr 3, 2020
Kotlin
Kotlin extensions for Picasso image loader
Updated
Apr 25, 2020
Kotlin
Pytorch implementation of Ligeng Zhu and Brian Funt 's paper "Colorizing Color Images"
Updated
Aug 13, 2018
Python
✏️ ️ Small library that relies on webworkers to apply image transformations.
Updated
Jun 3, 2018
JavaScript
Implement 'Image deformation using moving least squares' with pybind11 and python3 and opencv2
A simplified approach to Data Augmentation for Computer Vision applications using python.
Updated
Oct 6, 2019
Python
Transformation GUI based on tkinter with the help of OpenCV and PIL.
Updated
Feb 11, 2018
Python
Simple Image Thumbnail Service
Updated
Mar 13, 2017
JavaScript
Updated
Feb 22, 2019
Java
An interpreter of image transformations, inspired by *Beyond Photography: The Digital Darkroom*
Updated
Dec 23, 2016
Python
Basic programs to learn OpenCV using python
Updated
May 15, 2020
Python
Embed or access images with transformations using Cloudinary and Bridgetown
Updated
Jun 18, 2020
Ruby
An image server client architecture using gRPC, Protobuf, CMake and C++14. The client requests the server to rotate an input image, and also to transform an input image into an oil-painting. The server fulfills the client's requests and sends back the requested output to the client. All message transmissions are made as protobuf serialized bytes.
Simulated Rover Search and Sample Return using Unity3D, OpenCV, and Python
Updated
Apr 27, 2018
Jupyter Notebook
Parallel processing of image transformations. Part of the "Programmierkonzepte und Algorithmen" course at HTW-Berlin.
Implementation of Computer Vision Algorithms
Updated
Oct 17, 2019
Python
Student project - create an image by using multiple tiny images in C++
8bit like image transforming engine in JavaScript(embedded in HTML)
Updated
Apr 14, 2017
HTML
This IPython notebook contains the content of a workshop on Image Processing with OpenCV
Updated
Nov 21, 2019
Jupyter Notebook
Identify lane boundaries in a video and display numerical estimation of lane curvature and vehicle position using camera calibration and perspective transform ("birds-eye view").
Serve images and apply transformations on-the-fly
Robust Lane Detection in hazy/foggy environment using Encoder Decoder CNN & LSTM and Dark Channel Prior to tackle with hazy environemnt
Updated
Jan 1, 2020
Jupyter Notebook
Android application for Zomato filters and some image transformations.
Updated
Jun 14, 2020
Java
Improve this page
Add a description, image, and links to the
image-transformations
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
image-transformations
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is it possible/recommended to add an overload to warp that takes a lookup table instead of a transform. The functionality would be similar to OpenCVs remap found [here](https://docs.opencv.org/2.4/modules/imgproc/doc/geometric_transformations.html?highlight=remap#void%20remap(InputArray%20src,%20OutputArray%20dst,%20InputArray%20map1,%20InputArray%20map2,%20int%20interpolation,%20int%20borderMode,