Ask Your Question
1

Inpainting Methods

asked 2013-07-17 10:23:11 -0600

Adi gravatar image

OpenCV provides 2 methods for inpainting:

  • INPAINT_NS - Navier-Stokes based method.
  • INPAINT_TELEA - Method by Alexandru Telea

I have a few questions about the lacking docs:

  1. What are the relative trade-offs between the two?
  2. Is there a reference for the Navier-Stokes paper?
  3. Which of the algorithms is generally faster?
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-01-16 15:22:58 -0600

Brian gravatar image

The Navier-Stokes paper was found online at http://www.math.ucla.edu/~bertozzi/pa... with a quick DuckDuckGo search. Bertozzi is one of the authors.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-17 10:23:11 -0600

Seen: 447 times

Last updated: Jul 17 '13