tnt-wolve / unlogo

Automatically exported from code.google.com/p/unlogo
GNU General Public License v3.0
0 stars 2 forks source link

Image inpainting with GMIC? #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GMIC is an image manipulation toolkit. Among its various tricks, it can do 
image inpainting which would give better looking results than the current black 
box system.

Example:
http://cimg.sourceforge.net/greycstoration/img/res_subtitle.png

Of course, the program needs a mask to hide the relevant part of the image, and 
this is definitely more computationally intensive than adding a black box, but 
it could be worth it.

http://gmic.sourceforge.net/index.shtml

Original issue reported on code.google.com by pyg...@gmail.com on 8 Oct 2010 at 10:51

GoogleCodeExporter commented 8 years ago
I think Image Inpainting software at this page provides better result: 
http://sourceforge.net/projects/imageinpainting/

Original comment by diwakar....@gmail.com on 18 Mar 2011 at 9:12