All Projects → xtremeSR → Inpainting

xtremeSR / Inpainting

Criminisi et al's region inpainting algorithm in C++

Projects that are alternatives of or similar to Inpainting

Leafletpano
A simple tool which tiles large images to publish them for web and mobile
Stars: ✭ 34 (-26.09%)
Mutual labels:  image-processing
Openexr
The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.
Stars: ✭ 992 (+2056.52%)
Mutual labels:  image-processing
React Native Heic Converter
Convert your HEIC files with React Native
Stars: ✭ 43 (-6.52%)
Mutual labels:  image-processing
Imagene
A General Purpose Image Manipulation Tool
Stars: ✭ 36 (-21.74%)
Mutual labels:  image-processing
Imagemin Module
Automatically optimize (compress) all images used in Nuxt.js
Stars: ✭ 37 (-19.57%)
Mutual labels:  image-processing
Rapiddraw
A simple artificial intelligence experiment to find out if mobile neural networks can recognize human-made doodles
Stars: ✭ 39 (-15.22%)
Mutual labels:  image-processing
Google Images Download
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
Stars: ✭ 7,815 (+16889.13%)
Mutual labels:  image-processing
Nimp
Nimp - Node-based image manipulation program.
Stars: ✭ 45 (-2.17%)
Mutual labels:  image-processing
Smartcrop.php
smartcrop implementation in PHP
Stars: ✭ 37 (-19.57%)
Mutual labels:  image-processing
Tensorflow Lite Rest Server
Expose tensorflow-lite models via a rest API
Stars: ✭ 43 (-6.52%)
Mutual labels:  image-processing
Googlemapview
android google map view - imageView to make the map display process easier by entering latitude and longitude only by static map
Stars: ✭ 36 (-21.74%)
Mutual labels:  image-processing
Extensionsindex
Slicer extensions index
Stars: ✭ 36 (-21.74%)
Mutual labels:  image-processing
Grabcutweb
Full web grabcut example using opencvjs
Stars: ✭ 40 (-13.04%)
Mutual labels:  image-processing
Image Processing
Image Processing with Python
Stars: ✭ 34 (-26.09%)
Mutual labels:  image-processing
Dagbot
The official Repository for dagbot, the self proclaimmed n1 meme bot.
Stars: ✭ 40 (-13.04%)
Mutual labels:  image-processing
Albumentations
Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Stars: ✭ 9,353 (+20232.61%)
Mutual labels:  image-processing
Pan card ocr project
To extract details from Indian National Identification Cards such as PAN (completed) & Aadhar, Passport, Driving License (WIP) in a structured format
Stars: ✭ 39 (-15.22%)
Mutual labels:  image-processing
Java Thumbnailer
An extensible java library to create thumbnails of different file types (image, text)
Stars: ✭ 45 (-2.17%)
Mutual labels:  image-processing
React Filepond
🔌 A handy FilePond adapter component for React
Stars: ✭ 1,024 (+2126.09%)
Mutual labels:  image-processing
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+17756.52%)
Mutual labels:  image-processing

Inpainting

My implementation of the algorithm described in "Region Filling and Object Removal by Exemplar-Based Image Inpainting" by A. Criminisi et al.

Properties of the algorithm

The inpainting algorithm prioritizes propagating linear structures flowing into the target region before all other low gradient structures; This results in images free of artifacts and unrealistic textures.

Example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].