Hello,
Can anyone pls suggest me some good books on Image Inpainting.
Thanks in advance.
- Arijit
Image inpainting
-
- Posts: 1
- Joined: 2015-02-13T02:14:33-07:00
- Authentication code: 6789
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image inpainting
Search Google for references to papers or Amazon for books. I do not know of any books.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image inpainting
see
http://en.wikipedia.org/wiki/Inpainting
https://www.cs.duke.edu/~sirin/coursewo ... report.pdf
http://math.univ-lyon1.fr/~masnou/fichi ... survey.pdf
http://www.maths.cam.ac.uk/postgrad/cca/files/ipol.pdf
http://research.microsoft.com/pubs/6727 ... pr2003.pdf
http://www.getreuer.info/home/tv-inpain ... it-bregman
and
http://docs.opencv.org/trunk/doc/py_tut ... nting.html
http://docs.opencv.org/modules/photo/do ... nting.html
http://en.wikipedia.org/wiki/Inpainting
https://www.cs.duke.edu/~sirin/coursewo ... report.pdf
http://math.univ-lyon1.fr/~masnou/fichi ... survey.pdf
http://www.maths.cam.ac.uk/postgrad/cca/files/ipol.pdf
http://research.microsoft.com/pubs/6727 ... pr2003.pdf
http://www.getreuer.info/home/tv-inpain ... it-bregman
and
http://docs.opencv.org/trunk/doc/py_tut ... nting.html
http://docs.opencv.org/modules/photo/do ... nting.html
Re: Image inpainting
I think there are new modules in OpenCV for that.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image inpainting
User snibgo has some code on his web site at http://im.snibgo.com/fillholes.htm
Re: Image inpainting
The examples at http://im.snibgo.com/fillholes.htm are pretty amazing really.
Has anyone had any success reproducing these features?
The module creating is a bit confusing for me. Is there any chance this feature can be included in IM?
Has anyone had any success reproducing these features?
The module creating is a bit confusing for me. Is there any chance this feature can be included in IM?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image inpainting
I have suggested to the developers that it be the next feature implemented. But as usual, they are busy and I do not know when it will happen.