All Projects → Mugichoko445 → Fast-Digital-Image-Inpainting

Mugichoko445 / Fast-Digital-Image-Inpainting

Licence: MIT license
"Fast Digital Image Inpainting" using OpenCV (C++)

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Fast-Digital-Image-Inpainting

dictlearn
Dictionary Learning for image processing
Stars: ✭ 23 (-32.35%)
Mutual labels:  inpainting
Automated-objects-removal-inpainter
Automated object remover Inpainter is a project that combines Semantic segmentation and EdgeConnect architectures with minor changes in order to remove specified object/s from list of 20 objects from all the input photos
Stars: ✭ 88 (+158.82%)
Mutual labels:  inpainting
external-internal-inpainting
[CVPR 2021] EII: Image Inpainting with External-Internal Learning and Monochromic Bottleneck
Stars: ✭ 95 (+179.41%)
Mutual labels:  inpainting
CSA pytorch
Pytorch implementation of Coherent Semantic Attention Image Inpainting
Stars: ✭ 25 (-26.47%)
Mutual labels:  inpainting
awesome-generative-deep-art
A curated list of generative deep learning tools, works, models, etc. for artistic uses
Stars: ✭ 172 (+405.88%)
Mutual labels:  inpainting
glcic.pytorch
This is a implement of the Siggraph2017 paper: "Globally and Locally Consistent Image Completion"
Stars: ✭ 15 (-55.88%)
Mutual labels:  inpainting
inpainting FRRN
Progressive Image Inpainting (Kolmogorov Team solution for Huawei Hackathon 2019 summer)
Stars: ✭ 30 (-11.76%)
Mutual labels:  inpainting
lama-cleaner
Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
Stars: ✭ 9,099 (+26661.76%)
Mutual labels:  inpainting
Video Object Removal
Just draw a bounding box and you can remove the object you want to remove.
Stars: ✭ 2,283 (+6614.71%)
Mutual labels:  inpainting
Mmediting
OpenMMLab Image and Video Editing Toolbox
Stars: ✭ 2,618 (+7600%)
Mutual labels:  inpainting
MATLAB-Python-inpainting-codes
This is the companion software for the book "Partial Differential Equation Methods for Image Inpainting" (C.-B. Schönlieb, Cambridge University Press, 2015)
Stars: ✭ 23 (-32.35%)
Mutual labels:  inpainting
Diverse-Structure-Inpainting
CVPR 2021: "Generating Diverse Structure for Image Inpainting With Hierarchical VQ-VAE"
Stars: ✭ 131 (+285.29%)
Mutual labels:  inpainting
face inpainting
No description or website provided.
Stars: ✭ 27 (-20.59%)
Mutual labels:  inpainting
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+123.53%)
Mutual labels:  inpainting

Fast Digital Image Inpainting

An implementation of "Fast Digital Image Inpainting" using C++ and OpenCV.

Requirements

  • OpenCV 2.X or higher

Example Results

From left to right, input, mask, and output (result) with 500 iterations.

  • Input: 3-channel color image
  • Mask: 3-channel black and white image
  • Output: 3-channel color image

example_1 example_2 example_3 example_4 example_5

Notes

Edge-aware inpainting is not implemented.

Reference

M. M. Oliveira, B. Bowen, R. McKenna, Y.-S. Chang: Fast Digital Image Inpainting, Proc. of Int. Conf. on Visualization, Imaging and Image Processing (VIIP), pp. 261-266, 2001.

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].