Ask Your Question

Revision history [back]

Inpainting Methods

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?